{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cypress-lakes-rv-park-calvert-city-ky-us",
  "name": "Cypress Lakes RV Park",
  "description": "Cypress Lakes RV Park is located at 30 Cypress Pines Lane, Calvert City KY 42029. Cypress Lakes RV Park can be contacted at ***-***-**** or http://www.cypresslakesrvpark.com/",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cypress-lakes-rv-park-calvert-city-ky-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "30 Cypress Pines Lane",
    "addressLocality": "Calvert City",
    "addressRegion": "KY",
    "postalCode": "42029",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.0052591,
    "longitude": -88.3324305
  }
}