{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/silver-creek-rv-park-bullhead-city-az",
  "name": "Silver Creek RV Park",
  "description": "Silver Creek RV Park is located at 1515 Gold Rush Road, Bullhead City AZ 86442. Silver Creek RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/silver-creek-rv-park-bullhead-city-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1515 Gold Rush Road",
    "addressLocality": "Bullhead City",
    "addressRegion": "AZ",
    "postalCode": "86442",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.1116816,
    "longitude": -114.5720422
  }
}