{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/elk-bend-salmon-id-us",
  "name": "Elk Bend RV Park",
  "description": "Elk Bend RV Park is located at 111 White Tail Drive, Salmon ID 83467. Elk Bend RV Park can be contacted at ***-***-**** or https://elkbendrvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/elk-bend-salmon-id-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "111 White Tail Drive",
    "addressLocality": "Salmon",
    "addressRegion": "ID",
    "postalCode": "83467",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.9021743,
    "longitude": -113.9674194
  }
}