{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sun-valley-campground-chillicothe-oh",
  "name": "Sun Valley Campground",
  "description": "Sun Valley Campground is located at 10105 County Road 550, Chillicothe OH 45601. Sun Valley Campground can be contacted at ***-***-**** or http://www.sunvalleycampground.freeservers.com/",
  "url": "https://campertunity.com/listings/campgrounds/sun-valley-campground-chillicothe-oh",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "10105 County Road 550",
    "addressLocality": "Chillicothe",
    "addressRegion": "OH",
    "postalCode": "45601",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.3826398,
    "longitude": -83.084891
  }
}