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.609,-111.942)};var g_325a3484aac980e709da39788a959d3a = new google.maps.Geocoder();g_325a3484aac980e709da39788a959d3a.geocode( { 'address': "1835 7800 S, West Jordan, UT 84088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-zions-bank-west-jordan78th-south').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-zions-bank-west-jordan78th-south'), mapOptions);}document.getElementById('ffdc4cc2').innerHTML += ' | View Map';var $l325a3484aac980e709da39788a959d3a = '

Zions Bank West Jordan/78th South

Address: 1835 7800 S, West Jordan, UT 84088, USA
Phone: (801) 576-5355
';var m_325a3484aac980e709da39788a959d3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank West Jordan/78th South',});m_325a3484aac980e709da39788a959d3a['infowindow'] = new google.maps.InfoWindow({content: $l325a3484aac980e709da39788a959d3a});var infowindow = new google.maps.InfoWindow({content: $l325a3484aac980e709da39788a959d3a});google.maps.event.addListener(m_325a3484aac980e709da39788a959d3a, 'click', function() {infowindow.open(map,m_325a3484aac980e709da39788a959d3a);});$marker.push(m_325a3484aac980e709da39788a959d3a);}});}google.maps.event.addDomListener(window, 'load', initialize);