{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wrangler-golden-pond-ky",
  "name": "Wrangler",
  "description": "Wrangler is located at 5100 Laura Furnace, Golden Pond KY 42211. Wrangler can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/wrangler-golden-pond-ky",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5100 Laura Furnace",
    "addressLocality": "Golden Pond",
    "addressRegion": "KY",
    "postalCode": "42211",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.737556,
    "longitude": -88.000176
  }
}