{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/chain-o-lakes-campground-eagle-river-wi",
  "name": "Chain O' Lakes Campground",
  "description": "Chain O' Lakes Campground is located at 3165 Campground Road, Eagle River WI 54521. Chain O' Lakes Campground can be contacted at ***-***-**** or http://www.colcamp.com/",
  "url": "https://campertunity.com/listings/campgrounds/chain-o-lakes-campground-eagle-river-wi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3165 Campground Road",
    "addressLocality": "Eagle River",
    "addressRegion": "WI",
    "postalCode": "54521",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.9121067,
    "longitude": -89.1522674
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/wisconsin/eagle-river/chain-o-lakes-campground"
  ]
}