{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bell-bay-campground-harrison-id-us",
  "name": "Bell Bay Campground",
  "description": "Bell Bay Campground is located at Bell Bay Road, Harrison ID 83833. Bell Bay Campground can be contacted at ***-***-**** or http://www.fs.usda.gov/recarea/ipnf/recreation/recarea/?recid=6847&actid=70",
  "url": "https://campertunity.com/listings/campgrounds/bell-bay-campground-harrison-id-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Bell Bay Road",
    "addressLocality": "Harrison",
    "addressRegion": "ID",
    "postalCode": "83833",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.4763889,
    "longitude": -116.8413889
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/idaho/harrison/bell-bay-campground"
  ]
}