{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/johnnys-marina-rv-park-eureka-ca",
  "name": "Johnny's Marina & RV Park",
  "description": "Johnny's Marina & RV Park is located at 1821 Buhne Drive, Eureka CA 95503. Johnny's Marina & RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/johnnys-marina-rv-park-eureka-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1821 Buhne Drive",
    "addressLocality": "Eureka",
    "addressRegion": "CA",
    "postalCode": "95503",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.7379599,
    "longitude": -124.2190007
  }
}