{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-east-branch-ny",
  "name": "Spot2Nite",
  "description": "Check out Beaver-Del Hotel & Camp Ground in East Branch, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-east-branch-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "East Branch",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.0319831,
    "longitude": -76.7271596
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}