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.0606,-113.586)};var g_7ba3d18c5505882a3cd13357386135fb = new google.maps.Geocoder();g_7ba3d18c5505882a3cd13357386135fb.geocode( { 'address': "144 W Brigham Rd C, St George, UT 84790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-george-UT-zions-bank-bloomington').style.display = '';map = new google.maps.Map(document.getElementById('st-george-UT-zions-bank-bloomington'), mapOptions);}document.getElementById('9fa561b2').innerHTML += ' | View Map';var $l7ba3d18c5505882a3cd13357386135fb = '

Zions Bank Bloomington

Address: 144 W Brigham Rd C, St George, UT 84790, USA
Phone: (435) 628-2811
';var m_7ba3d18c5505882a3cd13357386135fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Bloomington',});m_7ba3d18c5505882a3cd13357386135fb['infowindow'] = new google.maps.InfoWindow({content: $l7ba3d18c5505882a3cd13357386135fb});var infowindow = new google.maps.InfoWindow({content: $l7ba3d18c5505882a3cd13357386135fb});google.maps.event.addListener(m_7ba3d18c5505882a3cd13357386135fb, 'click', function() {infowindow.open(map,m_7ba3d18c5505882a3cd13357386135fb);});$marker.push(m_7ba3d18c5505882a3cd13357386135fb);}});}google.maps.event.addDomListener(window, 'load', initialize);