{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/fish-lake-lodge-richfield-ut",
  "name": "Fish Lake Lodge",
  "description": "Fish Lake Lodge is located at 1 Utah 25, Richfield UT 84701. Fish Lake Lodge can be contacted at ***-***-**** or http://www.fishlakeresorts.com/",
  "url": "https://campertunity.com/listings/campgrounds/fish-lake-lodge-richfield-ut",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1 Utah 25",
    "addressLocality": "Richfield",
    "addressRegion": "UT",
    "postalCode": "84701",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.54762,
    "longitude": -111.7243266
  }
}