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(37.1096,-113.583)};var g_953f73879a82140234ab149e5f0605ee = new google.maps.Geocoder();g_953f73879a82140234ab149e5f0605ee.geocode( { 'address': "40 St George Blvd, St George, UT 84770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-zions-bank-st-george').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-zions-bank-st-george'), mapOptions);}document.getElementById('eb846987').innerHTML += ' | View Map';var $l953f73879a82140234ab149e5f0605ee = '

Zions Bank St. George

Address: 40 St George Blvd, St George, UT 84770, USA
Phone: (435) 628-2308
';var m_953f73879a82140234ab149e5f0605ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank St. George',});m_953f73879a82140234ab149e5f0605ee['infowindow'] = new google.maps.InfoWindow({content: $l953f73879a82140234ab149e5f0605ee});var infowindow = new google.maps.InfoWindow({content: $l953f73879a82140234ab149e5f0605ee});google.maps.event.addListener(m_953f73879a82140234ab149e5f0605ee, 'click', function() {infowindow.open(map,m_953f73879a82140234ab149e5f0605ee);});$marker.push(m_953f73879a82140234ab149e5f0605ee);}});}google.maps.event.addDomListener(window, 'load', initialize);