{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-bainbridge-ny",
  "name": "Spot2Nite",
  "description": "Check out Tall Pines Campground Canoeing & Country Store in Bainbridge, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-bainbridge-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bainbridge",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.3413826,
    "longitude": -75.4008982
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-york/bainbridge/tall-pines-campground-canoeing-country-store"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canoeing"
    }
  ]
}