{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/arnolds-park-city-arnolds-park-ia",
  "name": "Arnolds Park City Campground",
  "description": "Arnolds Park City Campground is located at 84 Dewey Street, Arnolds Park IA 51331. Arnolds Park City Campground can be contacted at ***-***-**** or http://arnoldsparkcity.com",
  "url": "https://campertunity.com/listings/campgrounds/arnolds-park-city-arnolds-park-ia",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "84 Dewey Street",
    "addressLocality": "Arnolds Park",
    "addressRegion": "IA",
    "postalCode": "51331",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.3661979,
    "longitude": -95.1325072
  }
}