{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mountain-air-campground-lake-luzerne-ny-us",
  "name": "Mountain Air Campground",
  "description": "Mountain Air Campground is located at 1265 Lake Avenue, Lake Luzerne NY 12846. Mountain Air Campground can be contacted at ***-***-**** or https://www.mountainacg.com/",
  "url": "https://campertunity.com/listings/campgrounds/mountain-air-campground-lake-luzerne-ny-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1265 Lake Avenue",
    "addressLocality": "Lake Luzerne",
    "addressRegion": "NY",
    "postalCode": "12846",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.367331,
    "longitude": -73.797548
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/lake-luzerne/mountain-air-campground"
  ]
}