{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/flat-rock-campsite-munising-mi",
  "name": "Flat Rock Campsite",
  "description": "Flat Rock Campsite is located at , Munising MI 49862. Flat Rock Campsite can be contacted at ***-***-**** or http://recreation.gov/",
  "url": "https://campertunity.com/listings/campgrounds/flat-rock-campsite-munising-mi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Munising",
    "addressRegion": "MI",
    "postalCode": "49862",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.4766564,
    "longitude": -86.6072358
  }
}