{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/zwolle-zwolle-la",
  "name": "Zwolle RV Park",
  "description": "Zwolle RV Park offers Internet, Satellite TV, and 30/50 AMP RV Pads.",
  "url": "https://campertunity.com/listings/campgrounds/zwolle-zwolle-la",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "207 Jeter St.",
    "addressLocality": "Zwolle",
    "addressRegion": "LA",
    "postalCode": "71486",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.62868,
    "longitude": -93.656716
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}