{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/deer-lake-resort-loon-lake-wa",
  "name": "Deer Lake Resort",
  "description": "Deer Lake Resort is located at 3906 East Canyon Springs Way, Loon Lake WA 99148. Deer Lake Resort can be contacted at ***-***-**** or http://www.deerlakeresort.com/",
  "url": "https://campertunity.com/listings/campgrounds/deer-lake-resort-loon-lake-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3906 East Canyon Springs Way",
    "addressLocality": "Loon Lake",
    "addressRegion": "WA",
    "postalCode": "99148",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.122384,
    "longitude": -117.598109
  }
}