{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/gulf-coast-rv-park-gulf-shores-al",
  "name": "Gulf Coast RV Park",
  "description": "Gulf Coast RV Park is located at 5584 County Road 6, Gulf Shores AL 36542. Gulf Coast RV Park can be contacted at ***-***-**** or http://www.gulfcoastrvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/gulf-coast-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": "5584 County Road 6",
    "addressLocality": "Gulf Shores",
    "addressRegion": "AL",
    "postalCode": "36542",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.304696,
    "longitude": -87.7222449
  }
}