{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lands-end-rv-park-long-beach-wa",
  "name": "Lands End RV Park",
  "description": "Lands End RV Park is located at 10515 Pacific Way, Long Beach WA 98631. Lands End RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/lands-end-rv-park-long-beach-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "10515 Pacific Way",
    "addressLocality": "Long Beach",
    "addressRegion": "WA",
    "postalCode": "98631",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.3791143,
    "longitude": -124.0541123
  }
}