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.1885,-113)};var g_152c66bda0f841140d1eff69d8708266 = new google.maps.Geocoder();g_152c66bda0f841140d1eff69d8708266.geocode( { 'address': "921 Zion – Mount Carmel Hwy, Springdale, UT 84767, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springdale-UT-zions-bank-springdale').style.display = '';map = new google.maps.Map(document.getElementById('springdale-UT-zions-bank-springdale'), mapOptions);}document.getElementById('eaa036bd').innerHTML += ' | View Map';var $l152c66bda0f841140d1eff69d8708266 = '

Zions Bank Springdale

Address: 921 Zion – Mount Carmel Hwy, Springdale, UT 84767, USA
Phone: (435) 772-3274
';var m_152c66bda0f841140d1eff69d8708266 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Springdale',});m_152c66bda0f841140d1eff69d8708266['infowindow'] = new google.maps.InfoWindow({content: $l152c66bda0f841140d1eff69d8708266});var infowindow = new google.maps.InfoWindow({content: $l152c66bda0f841140d1eff69d8708266});google.maps.event.addListener(m_152c66bda0f841140d1eff69d8708266, 'click', function() {infowindow.open(map,m_152c66bda0f841140d1eff69d8708266);});$marker.push(m_152c66bda0f841140d1eff69d8708266);}});}google.maps.event.addDomListener(window, 'load', initialize);