{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/high-peaks-wilderness-lake-placid-ny",
  "name": "High Peaks Wilderness",
  "description": "High Peaks Wilderness is located at 46 timber lane, Lake Placid NY 12946. High Peaks Wilderness can be contacted at ***-***-**** or http://www.dec.ny.gov/lands/9164.html",
  "url": "https://campertunity.com/listings/campgrounds/high-peaks-wilderness-lake-placid-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "46 timber lane",
    "addressLocality": "Lake Placid",
    "addressRegion": "NY",
    "postalCode": "12946",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.1339279,
    "longitude": -74.1961669
  }
}