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.1855,-112.998)};var g_dfe33a025742c7c352e37d722eaec430 = new google.maps.Geocoder();g_dfe33a025742c7c352e37d722eaec430.geocode( { 'address': "921 Zion Park Blvd, Springdale, UT 84767"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springdale-UT-zions-bank-springdale-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('springdale-UT-zions-bank-springdale-financial-center'), mapOptions);}document.getElementById('1c99f547').innerHTML += ' | View Map';var $ldfe33a025742c7c352e37d722eaec430 = '

Zions Bank Springdale Financial Center

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