{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/indian-creek-campground-cherokee-nc",
  "name": "Indian Creek Campground",
  "description": "Indian Creek Campground is located at 1367 Bunches Cr Road, Cherokee NC 28719. Indian Creek Campground can be contacted at ***-***-**** or http://www.indiancreekcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/indian-creek-campground-cherokee-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1367 Bunches Cr Road",
    "addressLocality": "Cherokee",
    "addressRegion": "NC",
    "postalCode": "28719",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.5500966,
    "longitude": -83.2305497
  }
}