{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cajun-haven-rv-park-egan-la-1",
  "name": "Cajun Haven RV Park",
  "description": "5 Cabins, 54 full hookups, bathourse with laundry room, pond for fishing and path for biking or walking, playground for children.",
  "url": "https://campertunity.com/listings/campgrounds/cajun-haven-rv-park-egan-la-1",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "434 Trumps Road",
    "addressLocality": "Egan",
    "addressRegion": "LA",
    "postalCode": "70531",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.226214,
    "longitude": -92.532287
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ]
}