{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/legion-park-red-oak-ia",
  "name": "Legion Park",
  "description": "Legion Park is located at , Red Oak IA 51566. Legion Park can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/legion-park-red-oak-ia",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Red Oak",
    "addressRegion": "IA",
    "postalCode": "51566",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.0204519,
    "longitude": -95.2323788
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/iowa/red-oak/legion-park"
  ]
}