{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pine-grove-resort-cobb-ca",
  "name": "Pine Grove Resort",
  "description": "Pine Grove Resort is located at 15960 Bottle Rock Road, Cobb CA 95426. Pine Grove Resort can be contacted at ***-***-**** or http://pinegrovecobb.com/",
  "url": "https://campertunity.com/listings/campgrounds/pine-grove-resort-cobb-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "15960 Bottle Rock Road",
    "addressLocality": "Cobb",
    "addressRegion": "CA",
    "postalCode": "95426",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.831264,
    "longitude": -122.729288
  }
}