{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/rose-valley-rv-ranch-silver-city-nm-us",
  "name": "Rose Valley RV Ranch",
  "description": "Rose Valley RV Ranch is located at 2040 Memory Lane, Silver City NM 88061. Rose Valley RV Ranch can be contacted at ***-***-**** or http://rosevalleyrv.com/",
  "url": "https://campertunity.com/listings/campgrounds/rose-valley-rv-ranch-silver-city-nm-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2040 Memory Lane",
    "addressLocality": "Silver City",
    "addressRegion": "NM",
    "postalCode": "88061",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.7824716,
    "longitude": -108.2534832
  }
}