{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mcfarland-campground-salmon-id",
  "name": "McFarland Campground",
  "description": "McFarland Campground is located at 1206 South Challis Street, Salmon ID 83467. McFarland Campground can be contacted at ***-***-**** or https://www.blm.gov/visit/mcfarland-campground",
  "url": "https://campertunity.com/listings/campgrounds/mcfarland-campground-salmon-id",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1206 South Challis Street",
    "addressLocality": "Salmon",
    "addressRegion": "ID",
    "postalCode": "83467",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.8022896,
    "longitude": -113.5679144
  }
}