{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/catfish-bay-campground-kingston-ok",
  "name": "Catfish Bay Campground",
  "description": "Catfish Bay Campground is located at 1499 Texoma Park Road, Kingston OK 73439. Catfish Bay Campground can be contacted at ***-***-**** or https://www.travelok.com/",
  "url": "https://campertunity.com/listings/campgrounds/catfish-bay-campground-kingston-ok",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1499 Texoma Park Road",
    "addressLocality": "Kingston",
    "addressRegion": "OK",
    "postalCode": "73439",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.9904574,
    "longitude": -96.6239941
  }
}