{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/elkader-city-park-elkader-ia",
  "name": "Elkader City Park",
  "description": "Elkader City Park is located at 423 South High Street, Elkader IA 52043. Elkader City Park can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/elkader-city-park-elkader-ia",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "423 South High Street",
    "addressLocality": "Elkader",
    "addressRegion": "IA",
    "postalCode": "52043",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.851354,
    "longitude": -91.3954711
  }
}