{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/poches-fishing-breaux-bridge-la",
  "name": "Poche's RV Park & Fishing Camp",
  "description": "Campsites on four large ponds with bass, bream and catfish.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/poches-fishing-breaux-bridge-la",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1080 Sawmill Hwy.",
    "addressLocality": "Breaux Bridge",
    "addressRegion": "LA",
    "postalCode": "70517",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.334513,
    "longitude": -91.92509
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}