{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beaver-lake-campground-custer-sd",
  "name": "Beaver Lake Campground",
  "description": "Beaver Lake Campground is located at 12005 U.S. 16, Custer SD 57730. Beaver Lake Campground can be contacted at ***-***-**** or http://www.beaverlakecampground.net/",
  "url": "https://campertunity.com/listings/campgrounds/beaver-lake-campground-custer-sd",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "12005 U.S. 16",
    "addressLocality": "Custer",
    "addressRegion": "SD",
    "postalCode": "57730",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.739176,
    "longitude": -103.6570006
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/south-dakota/custer/beaver-lake-campground"
  ]
}