{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ponderosa-campground-gunnison-co",
  "name": "Ponderosa Campground",
  "description": "Ponderosa Campground is located at County Road 721, Gunnison CO 81230. Ponderosa Campground can be contacted at ***-***-**** or https://www.nps.gov/cure/planyourvisit/camp_ponderosa.htm",
  "url": "https://campertunity.com/listings/campgrounds/ponderosa-campground-gunnison-co",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "County Road 721",
    "addressLocality": "Gunnison",
    "addressRegion": "CO",
    "postalCode": "81230",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.5219863,
    "longitude": -107.3096981
  }
}