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.5111,-111.87)};var g_48a36767ccfa1ffba97cf86df7a9fcba = new google.maps.Geocoder();g_48a36767ccfa1ffba97cf86df7a9fcba.geocode( { 'address': "12271 S 900 E, Draper, UT 84020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-zions-bank'), mapOptions);}document.getElementById('ee2e8630').innerHTML += ' | View Map';var $l48a36767ccfa1ffba97cf86df7a9fcba = '

Zions Bank

Address: 12271 S 900 E, Draper, UT 84020
Phone: (801) 576-5200
';var m_48a36767ccfa1ffba97cf86df7a9fcba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_48a36767ccfa1ffba97cf86df7a9fcba['infowindow'] = new google.maps.InfoWindow({content: $l48a36767ccfa1ffba97cf86df7a9fcba});var infowindow = new google.maps.InfoWindow({content: $l48a36767ccfa1ffba97cf86df7a9fcba});google.maps.event.addListener(m_48a36767ccfa1ffba97cf86df7a9fcba, 'click', function() {infowindow.open(map,m_48a36767ccfa1ffba97cf86df7a9fcba);});$marker.push(m_48a36767ccfa1ffba97cf86df7a9fcba);}});}google.maps.event.addDomListener(window, 'load', initialize);