{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-beaver-del-east-branch-ny",
  "name": "The Beaver-Del",
  "description": "The Beaver-Del is located at 8560 County Road 17, East Branch NY 13756. The Beaver-Del can be contacted at ***-***-**** or http://beaverdel.com/",
  "url": "https://campertunity.com/listings/campgrounds/the-beaver-del-east-branch-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8560 County Road 17",
    "addressLocality": "East Branch",
    "addressRegion": "NY",
    "postalCode": "13756",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.0009777,
    "longitude": -75.1519138
  }
}