{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/kelleys-rv-park-coos-bay-or",
  "name": "Kelley's RV Park",
  "description": "Kelley's RV Park is located at 555 South Empire Boulevard, Coos Bay OR 97420. Kelley's RV Park can be contacted at ***-***-**** or http://www.kelleys-rv-park.com/",
  "url": "https://campertunity.com/listings/campgrounds/kelleys-rv-park-coos-bay-or",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "555 South Empire Boulevard",
    "addressLocality": "Coos Bay",
    "addressRegion": "OR",
    "postalCode": "97420",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.3868057,
    "longitude": -124.2806175
  }
}