{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lefthand-canyon-longmont-co",
  "name": "Lefthand Canyon",
  "description": "Lefthand Canyon is located at 3850 Neva Road, Longmont CO 80503. Lefthand Canyon can be contacted at ***-***-**** or http://www.bouldercolorado.gov/",
  "url": "https://campertunity.com/listings/campgrounds/lefthand-canyon-longmont-co",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3850 Neva Road",
    "addressLocality": "Longmont",
    "addressRegion": "CO",
    "postalCode": "80503",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.1144723,
    "longitude": -105.3153138
  }
}