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(40.5716,-111.885)};var g_f2013aa6b8488641df6c34959d797e15 = new google.maps.Geocoder();g_f2013aa6b8488641df6c34959d797e15.geocode( { 'address': "125 W 10600 S, Sandy, UT 84070"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-zions-bank-sandy-southtowne-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-zions-bank-sandy-southtowne-financial-center'), mapOptions);}document.getElementById('c2f7e38c').innerHTML += ' | View Map';var $lf2013aa6b8488641df6c34959d797e15 = '

Zions Bank Sandy/Southtowne Financial Center

Address: 125 W 10600 S, Sandy, UT 84070
Phone: (801) 524-4644
';var m_f2013aa6b8488641df6c34959d797e15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Sandy/Southtowne Financial Center',});m_f2013aa6b8488641df6c34959d797e15['infowindow'] = new google.maps.InfoWindow({content: $lf2013aa6b8488641df6c34959d797e15});var infowindow = new google.maps.InfoWindow({content: $lf2013aa6b8488641df6c34959d797e15});google.maps.event.addListener(m_f2013aa6b8488641df6c34959d797e15, 'click', function() {infowindow.open(map,m_f2013aa6b8488641df6c34959d797e15);});$marker.push(m_f2013aa6b8488641df6c34959d797e15);}});}google.maps.event.addDomListener(window, 'load', initialize);