{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/riverside-park-campground-springfield-il",
  "name": "Riverside Park Campground",
  "description": "Riverside Park Campground is located at 4105 Sandhill Road, Springfield IL 62702. Riverside Park Campground can be contacted at ***-***-**** or http://www.springfieldparks.org/facilities/campgrounds/",
  "url": "https://campertunity.com/listings/campgrounds/riverside-park-campground-springfield-il",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4105 Sandhill Road",
    "addressLocality": "Springfield",
    "addressRegion": "IL",
    "postalCode": "62702",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.8589437,
    "longitude": -89.6167202
  }
}