{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-fairfax-vt",
  "name": "Maple Grove Campground",
  "description": "Check out Maple Grove Campground in Fairfax, Vermont on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-fairfax-vt",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fairfax",
    "addressRegion": "VT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.7501388,
    "longitude": -73.0100156
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}