{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/vista-point-campground-pittsboro-nc",
  "name": "Vista Point Campground",
  "description": "Vista Point Campground is located at 3199 North Pea Ridge Road, Pittsboro NC 27312. Vista Point Campground can be contacted at ***-***-**** or http://www.ncparks.gov/Visit/parks/jord/facilities.php",
  "url": "https://campertunity.com/listings/campgrounds/vista-point-campground-pittsboro-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3199 North Pea Ridge Road",
    "addressLocality": "Pittsboro",
    "addressRegion": "NC",
    "postalCode": "27312",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.709104,
    "longitude": -79.059227
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/north-carolina/pittsboro/vista-point-campground"
  ]
}