{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/laurel-bank-campground-canton-nc",
  "name": "Laurel Bank Campground",
  "description": "Laurel Bank Campground is located at 350 Campers Lane, Canton NC 28716. Laurel Bank Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/laurel-bank-campground-canton-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "350 Campers Lane",
    "addressLocality": "Canton",
    "addressRegion": "NC",
    "postalCode": "28716",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.4147577,
    "longitude": -82.8132654
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/north-carolina/canton/laurel-bank-campground"
  ]
}