{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/austin-rv-austin-nv",
  "name": "Austin RV Park",
  "description": "Austin RV Park is located at , Austin NV 89310. Austin RV Park can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/austin-rv-austin-nv",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Austin",
    "addressRegion": "NV",
    "postalCode": "89310",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.4894717,
    "longitude": -117.0653417
  }
}