{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/north-crestone-creek-campground-monte-vista-co",
  "name": "North Crestone Creek Campground",
  "description": "North Crestone Creek Campground is located at Monte Vista, CO 81144. They can be contacted via phone at ***-***-**** for pricing, directions, reservations and more.",
  "url": "https://campertunity.com/listings/campgrounds/north-crestone-creek-campground-monte-vista-co",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Monte Vista",
    "addressRegion": "CO",
    "postalCode": "81144",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.025385,
    "longitude": -105.674859
  }
}