{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-leamon-wallace-nc",
  "name": "Lake Leamon",
  "description": "Lake Leamon is located at 361 Lake Leamon Road, Wallace NC 28466. Lake Leamon can be contacted at ***-***-**** or http://www.lakeleamoncampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/lake-leamon-wallace-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "361 Lake Leamon Road",
    "addressLocality": "Wallace",
    "addressRegion": "NC",
    "postalCode": "28466",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.748562,
    "longitude": -77.9442849
  }
}