{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sugar-maple-rv-park-cave-city-ky",
  "name": "Sugar Maple RV Park",
  "description": "Check out Sugar Maple RV Park in Cave City, Kentucky on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/sugar-maple-rv-park-cave-city-ky",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cave City",
    "addressRegion": "KY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.1346649,
    "longitude": -85.969068
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cave"
    }
  ]
}