{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ventana-creek-carrizo-springs-tx-us",
  "name": "Ventana Creek",
  "description": "Ventana Creek is located at 3606 U.S. 83, Carrizo Springs TX 78834. Ventana Creek can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/ventana-creek-carrizo-springs-tx-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3606 U.S. 83",
    "addressLocality": "Carrizo Springs",
    "addressRegion": "TX",
    "postalCode": "78834",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 28.5578885,
    "longitude": -99.8344915
  }
}