{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/turner-falls-park-davis-ok-1",
  "name": "Turner Falls Park",
  "description": "Turner Falls Park is located at Highway 77, Davis OK 73030. Turner Falls Park can be contacted at ***-***-**** or http://www.turnerfallspark.com/",
  "url": "https://campertunity.com/listings/campgrounds/turner-falls-park-davis-ok-1",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Highway 77",
    "addressLocality": "Davis",
    "addressRegion": "OK",
    "postalCode": "73030",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.4317538,
    "longitude": -97.1450399
  }
}