{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/point-mugu-state-park-malibu-ca",
  "name": "Point Mugu State Park",
  "description": "Point Mugu State Park is located at 9000 Pacific Coast Highway, Malibu CA 90265. Point Mugu State Park can be contacted at ***-***-**** or http://www.parks.ca.gov/?page_id=630",
  "url": "https://campertunity.com/listings/campgrounds/point-mugu-state-park-malibu-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9000 Pacific Coast Highway",
    "addressLocality": "Malibu",
    "addressRegion": "CA",
    "postalCode": "90265",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.1095357,
    "longitude": -119.0074121
  }
}