{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/romer-mountain-park-phoenicia-ny-us",
  "name": "Romer Mountain Park",
  "description": "Romer Mountain Park is located at 355 Woodland Valley Road, Phoenicia NY 12464. Romer Mountain Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/romer-mountain-park-phoenicia-ny-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "355 Woodland Valley Road",
    "addressLocality": "Phoenicia",
    "addressRegion": "NY",
    "postalCode": "12464",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.0785002,
    "longitude": -74.3357747
  }
}