{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/eagles-landing-campground-danbury-wi",
  "name": "Eagle's Landing Campground",
  "description": "Eagle's Landing Campground is located at 30158 Wisconsin 35, Danbury WI 54830. Eagle's Landing Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/eagles-landing-campground-danbury-wi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "30158 Wisconsin 35",
    "addressLocality": "Danbury",
    "addressRegion": "WI",
    "postalCode": "54830",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.0044167,
    "longitude": -92.3627472
  }
}