{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/c-c-campground-717-side-lake-mn",
  "name": "C C Campground 717",
  "description": "Check out C C Campground 717 in Side Lake, Minnesota on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/c-c-campground-717-side-lake-mn",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Side Lake",
    "addressRegion": "MN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.6684842,
    "longitude": -93.0318084
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}