{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/last-resort-pomeroy-wa",
  "name": "The Last Resort",
  "description": "The Last Resort is located at 2005 Tucannon Road, Pomeroy WA 99347. The Last Resort can be contacted at ***-***-**** or http://www.thelastresortrv.com/",
  "url": "https://campertunity.com/listings/campgrounds/last-resort-pomeroy-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2005 Tucannon Road",
    "addressLocality": "Pomeroy",
    "addressRegion": "WA",
    "postalCode": "99347",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.3586935,
    "longitude": -117.6844309
  }
}