{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-junaluska-campground-waynesville",
  "name": "Lake Junaluska Campground",
  "description": "Lake Junaluska Campground is located at 50 Camp Adventure Drive, Waynesville NC 28785. Lake Junaluska Campground can be contacted at ***-***-**** or http://www.lakejunaluska.com/campground",
  "url": "https://campertunity.com/listings/campgrounds/lake-junaluska-campground-waynesville",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "50 Camp Adventure Drive",
    "addressLocality": "Waynesville",
    "addressRegion": "NC",
    "postalCode": "28785",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.5209961,
    "longitude": -82.981686
  }
}