{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/green-valley-campground-green-valley-lake-ca-us",
  "name": "Green Valley Campground",
  "description": "Green Valley Campground is located at 33680 Green Valley Lake Road, Green Valley Lake CA 92341. Green Valley Campground can be contacted at ***-***-**** or https://www.recreation.gov/camping/campgrounds/232054",
  "url": "https://campertunity.com/listings/campgrounds/green-valley-campground-green-valley-lake-ca-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "33680 Green Valley Lake Road",
    "addressLocality": "Green Valley Lake",
    "addressRegion": "CA",
    "postalCode": "92341",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.2449016,
    "longitude": -117.0604594
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/california/green-valley-lake/green-valley-campground"
  ]
}