{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/kaibab-park-granby-co-us",
  "name": "Kaibab Park",
  "description": "Kaibab Park is located at County Road 574, Granby CO 80446. Kaibab Park can be contacted at ***-***-**** or http://www.townofgranby.com/",
  "url": "https://campertunity.com/listings/campgrounds/kaibab-park-granby-co-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "County Road 574",
    "addressLocality": "Granby",
    "addressRegion": "CO",
    "postalCode": "80446",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.0823999,
    "longitude": -105.9316282
  }
}