{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cypress-grove-rv-park-gold-hill-or",
  "name": "Cypress Grove RV Park",
  "description": "Cypress Grove RV Park is located at 1679 Rogue River Highway, Gold Hill OR 97525. Cypress Grove RV Park can be contacted at ***-***-**** or http://www.cypressgrovervpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/cypress-grove-rv-park-gold-hill-or",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1679 Rogue River Highway",
    "addressLocality": "Gold Hill",
    "addressRegion": "OR",
    "postalCode": "97525",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.420118,
    "longitude": -123.12284
  }
}