{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/buck-creek-state-springfield-oh",
  "name": "Buck Creek State Park",
  "description": "Buck Creek State Park is located at 1976 Buck Creek Lane, Springfield OH 45502. Buck Creek State Park can be contacted at ***-***-**** or http://parks.ohiodnr.gov/buckcreek",
  "url": "https://campertunity.com/listings/campgrounds/buck-creek-state-springfield-oh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1976 Buck Creek Lane",
    "addressLocality": "Springfield",
    "addressRegion": "OH",
    "postalCode": "45502",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.969987,
    "longitude": -83.7292172
  }
}