{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mogollon-rv-park-forest-lakes-az",
  "name": "Mogollon RV Park",
  "description": "Mogollon RV Park is located at 2991 Arizona 260, Forest Lakes AZ 85931. Mogollon RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/mogollon-rv-park-forest-lakes-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2991 Arizona 260",
    "addressLocality": "Forest Lakes",
    "addressRegion": "AZ",
    "postalCode": "85931",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.330218,
    "longitude": -110.801753
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/arizona/forest-lakes/mogollon-rv-park"
  ]
}