{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/palms-rv-resorts-saint-george-ut",
  "name": "Palms RV Resorts",
  "description": "Palms RV Resorts is located at 150 North 3050 East, Saint George UT 84790. Palms RV Resorts can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/palms-rv-resorts-saint-george-ut",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "150 North 3050 East",
    "addressLocality": "Saint George",
    "addressRegion": "UT",
    "postalCode": "84790",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.110095,
    "longitude": -113.5203954
  }
}