{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/whiskey-creek-custer-mi",
  "name": "Whiskey Creek",
  "description": "Check out Whiskey Creek in Custer, Michigan on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/whiskey-creek-custer-mi",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Custer",
    "addressRegion": "MI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.8385971,
    "longitude": -86.1753179
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}