{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/luzerne-state-campground-lake-luzerne-ny",
  "name": "Luzerne State Campground",
  "description": "Luzerne State Campground is located at 892 Lake Avenue, Lake Luzerne NY 12846. Luzerne State Campground can be contacted at ***-***-**** or http://www.dec.ny.gov/outdoor/24480.html",
  "url": "https://campertunity.com/listings/campgrounds/luzerne-state-campground-lake-luzerne-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "892 Lake Avenue",
    "addressLocality": "Lake Luzerne",
    "addressRegion": "NY",
    "postalCode": "12846",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.3608021,
    "longitude": -73.8265483
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/lake-luzerne/luzerne-state-campground"
  ]
}