{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oceanic-rv-park-long-beach-wa",
  "name": "Oceanic Rv Park",
  "description": "Oceanic Rv Park is located at 105 5th Street Southeast, Long Beach WA 98631. Oceanic Rv Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/oceanic-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": "105 5th Street Southeast",
    "addressLocality": "Long Beach",
    "addressRegion": "WA",
    "postalCode": "98631",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.3487346,
    "longitude": -124.0540522
  }
}