{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-resort-rv-park-mesa-az",
  "name": "The Resort RV Park",
  "description": "The Resort RV Park is located at 1101 South Ellsworth Road, Mesa AZ 85208. The Resort RV Park can be contacted at ***-***-**** or http://www.theresortrvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/the-resort-rv-park-mesa-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1101 South Ellsworth Road",
    "addressLocality": "Mesa",
    "addressRegion": "AZ",
    "postalCode": "85208",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.3953446,
    "longitude": -111.6288865
  }
}