{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mcnair-campground-carlyle-il",
  "name": "McNair Campground",
  "description": "McNair Campground is located at Unnamed Road, Carlyle IL 62231. McNair Campground can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/mcnair-campground-carlyle-il",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Unnamed Road",
    "addressLocality": "Carlyle",
    "addressRegion": "IL",
    "postalCode": "62231",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.6131875,
    "longitude": -89.3383125
  }
}