{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/drapers-acres-campground-lake-placid-ny",
  "name": "Draper's Acres Campground",
  "description": "Draper's Acres Campground is located at 4582 Cascade Road, Lake Placid NY 12946. Draper's Acres Campground can be contacted at ***-***-**** or http://www.drapersacres.com/",
  "url": "https://campertunity.com/listings/campgrounds/drapers-acres-campground-lake-placid-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4582 Cascade Road",
    "addressLocality": "Lake Placid",
    "addressRegion": "NY",
    "postalCode": "12946",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2307719,
    "longitude": -73.9110391
  }
}