{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/steamboat-bend-campground-cincinnati-oh",
  "name": "Steamboat Bend Campground",
  "description": "Steamboat Bend Campground is located at 8401 Steamboat Drive, Cincinnati OH 45255. Steamboat Bend Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/steamboat-bend-campground-cincinnati-oh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8401 Steamboat Drive",
    "addressLocality": "Cincinnati",
    "addressRegion": "OH",
    "postalCode": "45255",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.0238827,
    "longitude": -84.318109
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/ohio/cincinnati/steamboat-bend-campground"
  ]
}