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