{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mesa-ranger-station-mesa-az",
  "name": "Mesa Ranger Station",
  "description": "Mesa Ranger Station is located at 5140 East Ingram Street, Mesa AZ 85205. Mesa Ranger Station can be contacted at ***-***-**** or https://www.fs.usda.gov/contactus/tonto/about-forest/contactus",
  "url": "https://campertunity.com/listings/campgrounds/mesa-ranger-station-mesa-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5140 East Ingram Street",
    "addressLocality": "Mesa",
    "addressRegion": "AZ",
    "postalCode": "85205",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.4487606,
    "longitude": -111.7209553
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/arizona/mesa/mesa-ranger-station"
  ]
}