{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/santa-barbara-sunrise-rv-ca",
  "name": "Santa Barbara Sunrise RV Park",
  "description": "Santa Barbara Sunrise RV Park is located at 516 South Salinas Street, Santa Barbara CA 93103. Santa Barbara Sunrise RV Park can be contacted at ***-***-**** or http://www.santabarbararv.com/",
  "url": "https://campertunity.com/listings/campgrounds/santa-barbara-sunrise-rv-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "516 South Salinas Street",
    "addressLocality": "Santa Barbara",
    "addressRegion": "CA",
    "postalCode": "93103",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.4217898,
    "longitude": -119.6666357
  }
}