{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campers-haven-bath-ny-1",
  "name": "Campers Haven",
  "description": "Campers Haven is located at 6832 Knight Settlement Road, Bath NY 14810. Campers Haven can be contacted at ***-***-**** or http://campershavenllc.com/",
  "url": "https://campertunity.com/listings/campgrounds/campers-haven-bath-ny-1",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6832 Knight Settlement Road",
    "addressLocality": "Bath",
    "addressRegion": "NY",
    "postalCode": "14810",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.3296519,
    "longitude": -77.3863863
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/bath/campers-haven"
  ]
}