{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lazy-lake-rv-park-gulf-shores-al",
  "name": "Lazy Lake RV Park",
  "description": "Lazy Lake RV Park is located at 18950 Old Plash Island Road, Gulf Shores AL 36542. Lazy Lake RV Park can be contacted at ***-***-**** or http://www.lazylakervpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/lazy-lake-rv-park-gulf-shores-al",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "18950 Old Plash Island Road",
    "addressLocality": "Gulf Shores",
    "addressRegion": "AL",
    "postalCode": "36542",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.3079285,
    "longitude": -87.6997099
  }
}