{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mountain-meadows-park-holland-ny-us",
  "name": "Mountain Meadows Park",
  "description": "Mountain Meadows Park is located at 13500 Parker Road, Holland NY 14080. Mountain Meadows Park can be contacted at ***-***-**** or http://www.mountainmeadowspark.com/",
  "url": "https://campertunity.com/listings/campgrounds/mountain-meadows-park-holland-ny-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "13500 Parker Road",
    "addressLocality": "Holland",
    "addressRegion": "NY",
    "postalCode": "14080",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.6743083,
    "longitude": -78.4711306
  }
}