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.7564,-111.899)};var g_26635479da1e7a417ff399ff9cbcec3c = new google.maps.Geocoder();g_26635479da1e7a417ff399ff9cbcec3c.geocode( { 'address': "3270 W 2200 S, Salt Lake City, UT 84119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-zions-first-national-bank'), mapOptions);}document.getElementById('64177c7a').innerHTML += ' | View Map';var $l26635479da1e7a417ff399ff9cbcec3c = '

Zions First National Bank

Address: 3270 W 2200 S, Salt Lake City, UT 84119
Phone: (801) 974-4961
';var m_26635479da1e7a417ff399ff9cbcec3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions First National Bank',});m_26635479da1e7a417ff399ff9cbcec3c['infowindow'] = new google.maps.InfoWindow({content: $l26635479da1e7a417ff399ff9cbcec3c});var infowindow = new google.maps.InfoWindow({content: $l26635479da1e7a417ff399ff9cbcec3c});google.maps.event.addListener(m_26635479da1e7a417ff399ff9cbcec3c, 'click', function() {infowindow.open(map,m_26635479da1e7a417ff399ff9cbcec3c);});$marker.push(m_26635479da1e7a417ff399ff9cbcec3c);}});}google.maps.event.addDomListener(window, 'load', initialize);