{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/double-j-campground-chatham-il",
  "name": "Double J Campground",
  "description": "Double J Campground is located at 9683 Palm Road, Chatham IL 62629. Double J Campground can be contacted at ***-***-**** or https://doublejcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/double-j-campground-chatham-il",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9683 Palm Road",
    "addressLocality": "Chatham",
    "addressRegion": "IL",
    "postalCode": "62629",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.657058,
    "longitude": -89.64789
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/illinois/chatham/double-j-campground"
  ]
}