{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/manzanos-rv-park-silver-city-nm",
  "name": "Manzano's RV Park",
  "description": "Manzano's RV Park is located at 103 Flury Lane, Silver City NM 88061. Manzano's RV Park can be contacted at ***-***-**** or http://www.manzanosrvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/manzanos-rv-park-silver-city-nm",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "103 Flury Lane",
    "addressLocality": "Silver City",
    "addressRegion": "NM",
    "postalCode": "88061",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.7798182,
    "longitude": -108.218659
  }
}