{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/three-valley-campground-holland-ny",
  "name": "Three Valley Campground",
  "description": "Three Valley Campground is located at 9766 Olean Road, Holland NY 14080. Three Valley Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/three-valley-campground-holland-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9766 Olean Road",
    "addressLocality": "Holland",
    "addressRegion": "NY",
    "postalCode": "14080",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.6133548,
    "longitude": -78.5108925
  }
}