{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cachuma-lake-recreation-area-santa-barbara-ca",
  "name": "Cachuma Lake Recreation Area",
  "description": "Cachuma Lake Recreation Area is located at 1 Lakeview Drive, Santa Barbara CA 93105. Cachuma Lake Recreation Area can be contacted at ***-***-**** or http://countyofsb.org/parks/cachuma",
  "url": "https://campertunity.com/listings/campgrounds/cachuma-lake-recreation-area-santa-barbara-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1 Lakeview Drive",
    "addressLocality": "Santa Barbara",
    "addressRegion": "CA",
    "postalCode": "93105",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.5754323,
    "longitude": -119.9587994
  }
}