{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/maysville-river-park-maysville-ky",
  "name": "Maysville River Park",
  "description": "Maysville River Park is located at 100 Main Street, Maysville KY 41056. Maysville River Park can be contacted at ***-***-**** or http://www.cityofmaysville.com/city-parks/",
  "url": "https://campertunity.com/listings/campgrounds/maysville-river-park-maysville-ky",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "100 Main Street",
    "addressLocality": "Maysville",
    "addressRegion": "KY",
    "postalCode": "41056",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.6436345,
    "longitude": -83.7317879
  }
}