{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/silver-beach-resort-spirit-lake",
  "name": "Silver Beach Resort",
  "description": "Silver Beach Resort is located at 9724 West Spirit Lake Road, Spirit Lake ID 83869. Silver Beach Resort can be contacted at ***-***-**** or http://www.silver-beach-resort.com/",
  "url": "https://campertunity.com/listings/campgrounds/silver-beach-resort-spirit-lake",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9724 West Spirit Lake Road",
    "addressLocality": "Spirit Lake",
    "addressRegion": "ID",
    "postalCode": "83869",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.947631,
    "longitude": -116.897983
  }
}