{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/malcolm-creek-resort-marina-benton-ky",
  "name": "Malcolm Creek Resort & Marina",
  "description": "Check out Malcolm Creek Resort & Marina in Benton, Kentucky on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/malcolm-creek-resort-marina-benton-ky",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Benton",
    "addressRegion": "KY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.8974873,
    "longitude": -88.2374184
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/kentucky/benton/malcolm-creek-resort-marina"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Marina"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}