{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/vista-del-monte-rv-concord-ca",
  "name": "Vista Del Monte RV",
  "description": "Vista Del Monte RV is located at 2351 Monument Boulevard, Concord CA 94520. Vista Del Monte RV can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/vista-del-monte-rv-concord-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2351 Monument Boulevard",
    "addressLocality": "Concord",
    "addressRegion": "CA",
    "postalCode": "94520",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.959143,
    "longitude": -122.0356498
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/california/concord/vista-del-monte-rv"
  ]
}