{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/river-west-resort-reno-nv-us",
  "name": "River West Resort",
  "description": "River West Resort is located at 1300 West 2nd Street, Reno NV 89503. River West Resort can be contacted at ***-***-**** or http://www.riverwestresort.com/",
  "url": "https://campertunity.com/listings/campgrounds/river-west-resort-reno-nv-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1300 West 2nd Street",
    "addressLocality": "Reno",
    "addressRegion": "NV",
    "postalCode": "89503",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.523129,
    "longitude": -119.8306562
  }
}