{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/harquahala-mountain-back-country-byway-az",
  "name": "Harquahala Mountain Back Country Byway",
  "description": "Harquahala Mountain summit, reached via this backcountry byway, is the highest point in southwest Arizona with breathtaking views.",
  "url": "https://campertunity.com/listings/campgrounds/harquahala-mountain-back-country-byway-az",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2020 E. Bell Road",
    "addressLocality": "Phoenix",
    "addressRegion": "AZ",
    "postalCode": "85022",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.727956,
    "longitude": -113.293895
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Backcountry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ohv_riding"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}