{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/jones-lake-state-park-elizabethtown-nc",
  "name": "Jones Lake State Park",
  "description": "Jones Lake State Park is located at 4117 North Carolina 242, Elizabethtown NC 28337. Jones Lake State Park can be contacted at ***-***-**** or http://www.ncparks.gov/Visit/parks/jone/main.php",
  "url": "https://campertunity.com/listings/campgrounds/jones-lake-state-park-elizabethtown-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4117 North Carolina 242",
    "addressLocality": "Elizabethtown",
    "addressRegion": "NC",
    "postalCode": "28337",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.6831766,
    "longitude": -78.5958905
  }
}