{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/rv-park-at-gsr-reno-nv-us",
  "name": "RV Park at GSR",
  "description": "RV Park at GSR is located at 2500 East 2nd Street, Reno NV 89595. RV Park at GSR can be contacted at ***-***-**** or http://www.grandsierraresort.com/hotel/rv-park",
  "url": "https://campertunity.com/listings/campgrounds/rv-park-at-gsr-reno-nv-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2500 East 2nd Street",
    "addressLocality": "Reno",
    "addressRegion": "NV",
    "postalCode": "89595",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.5227566,
    "longitude": -119.7754738
  }
}