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_28a9e012877103f89379467a0ceb53ea = new google.maps.Geocoder();g_28a9e012877103f89379467a0ceb53ea.geocode( { 'address': "2137 E 9400 S, Sandy, UT 84093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-zions-bank-east-sandy').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-zions-bank-east-sandy'), mapOptions);}document.getElementById('e69e61ae').innerHTML += ' | View Map';var $l28a9e012877103f89379467a0ceb53ea = '

Zions Bank East Sandy

Address: 2137 E 9400 S, Sandy, UT 84093
Phone: (801) 524-4717
';var m_28a9e012877103f89379467a0ceb53ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank East Sandy',});m_28a9e012877103f89379467a0ceb53ea['infowindow'] = new google.maps.InfoWindow({content: $l28a9e012877103f89379467a0ceb53ea});var infowindow = new google.maps.InfoWindow({content: $l28a9e012877103f89379467a0ceb53ea});google.maps.event.addListener(m_28a9e012877103f89379467a0ceb53ea, 'click', function() {infowindow.open(map,m_28a9e012877103f89379467a0ceb53ea);});$marker.push(m_28a9e012877103f89379467a0ceb53ea);}});}google.maps.event.addDomListener(window, 'load', initialize);