{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lucas-rv-park-lucas-ks",
  "name": "Lucas RV Park",
  "description": "Lucas RV Park is located at 119 North Wolf Avenue, Lucas KS 67648. Lucas RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/lucas-rv-park-lucas-ks",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "119 North Wolf Avenue",
    "addressLocality": "Lucas",
    "addressRegion": "KS",
    "postalCode": "67648",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.0608177,
    "longitude": -98.5404975
  }
}