{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/gila-national-forest-silver-city-nm",
  "name": "Gila National Forest",
  "description": "Gila National Forest is located at , Silver City NM 88061. Gila National Forest can be contacted at ***-***-**** or http://www.fs.usda.gov/gila/",
  "url": "https://campertunity.com/listings/campgrounds/gila-national-forest-silver-city-nm",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Silver City",
    "addressRegion": "NM",
    "postalCode": "88061",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.3509697,
    "longitude": -108.9065169
  }
}