var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng()};var g_9474b676e28bd6b372081d0902d48de4 = new google.maps.Geocoder();g_9474b676e28bd6b372081d0902d48de4.geocode( { 'address': "791 S Bluff St, St George, UT 84770"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-u-s-bank'), mapOptions);}document.getElementById('0d0c8796').innerHTML += ' | View Map';var $l9474b676e28bd6b372081d0902d48de4 = '

U.S. Bank

Address: 791 S Bluff St, St George, UT 84770
Phone: (435) 628-5274
';var m_9474b676e28bd6b372081d0902d48de4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_9474b676e28bd6b372081d0902d48de4['infowindow'] = new google.maps.InfoWindow({content: $l9474b676e28bd6b372081d0902d48de4});var infowindow = new google.maps.InfoWindow({content: $l9474b676e28bd6b372081d0902d48de4});google.maps.event.addListener(m_9474b676e28bd6b372081d0902d48de4, 'click', function() {infowindow.open(map,m_9474b676e28bd6b372081d0902d48de4);});$marker.push(m_9474b676e28bd6b372081d0902d48de4);}});}google.maps.event.addDomListener(window, 'load', initialize);