{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mill-point-park-rv-campground-east-peoria-il-us",
  "name": "Mill Point Park RV Campground 19 Mile Point Road, East Peoria, IL 61611",
  "description": ".....",
  "url": "https://campertunity.com/listings/campgrounds/mill-point-park-rv-campground-east-peoria-il-us",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "19 Mile Point Road",
    "addressLocality": "East Peoria",
    "addressRegion": "IL",
    "postalCode": "61611",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.8297998,
    "longitude": -89.5156815
  },
  "sameAs": [
    "https://www.rvparkstore.com/rv-parks/547222-mill-point-park-rv-campground-in-east-peoria-il"
  ]
}