{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/holiday-valley-resort-ellicottville-ny",
  "name": "Holiday Valley Resort",
  "description": "Holiday Valley Resort is located at 5920 Rt. 219 South, Ellicottville NY 14731. Holiday Valley Resort can be contacted at ***-***-**** or http://www.holidayvalley.com/",
  "url": "https://campertunity.com/listings/campgrounds/holiday-valley-resort-ellicottville-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5920 Rt. 219 South",
    "addressLocality": "Ellicottville",
    "addressRegion": "NY",
    "postalCode": "14731",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.0900176,
    "longitude": -78.7693437
  }
}