{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/town-easton-wa",
  "name": "R V Town",
  "description": "R V Town is located at 2600 West Sparks Road, Easton WA 98925. R V Town can be contacted at ***-***-**** or",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/town-easton-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2600 West Sparks Road",
    "addressLocality": "Easton",
    "addressRegion": "WA",
    "postalCode": "98925",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.247241,
    "longitude": -121.184456
  }
}