{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-saco-me",
  "name": "Spot2Nite",
  "description": "Check out Powder Horn Family Camping in Saco, Maine on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-saco-me",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Saco",
    "addressRegion": "ME",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.4622267,
    "longitude": -70.3818533
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}