{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-eaton-campground-long-lake-ny",
  "name": "Lake Eaton Campground",
  "description": "Lake Eaton Campground is located at 1671 Tupper Lake Rd, Long Lake NY 12847. Lake Eaton Campground can be contacted at ***-***-**** or http://www.dec.ny.gov/outdoor/24464.html",
  "url": "https://campertunity.com/listings/campgrounds/lake-eaton-campground-long-lake-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1671 Tupper Lake Rd",
    "addressLocality": "Long Lake",
    "addressRegion": "NY",
    "postalCode": "12847",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.9866722,
    "longitude": -74.4565832
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/long-lake/lake-eaton-campground"
  ]
}