{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/carrizo-springs-rv-park-carrizo-springs-tx",
  "name": "Carrizo Springs RV Park",
  "description": "Carrizo Springs RV Park is located at 2211 North 1st Street, Carrizo Springs TX 78834. Carrizo Springs RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/carrizo-springs-rv-park-carrizo-springs-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2211 North 1st Street",
    "addressLocality": "Carrizo Springs",
    "addressRegion": "TX",
    "postalCode": "78834",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 28.5378125,
    "longitude": -99.8470719
  }
}