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.5875,-111.984)};var g_89884be89350cc8132ef56085b91c241 = new google.maps.Geocoder();g_89884be89350cc8132ef56085b91c241.geocode( { 'address': "3913 W 9000 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-jordancopper-hills').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-zions-bank-west-jordancopper-hills'), mapOptions);}document.getElementById('8271aa5b').innerHTML += ' | View Map';var $l89884be89350cc8132ef56085b91c241 = '

Zions Bank West Jordan/Copper Hills

Address: 3913 W 9000 S, West Jordan, UT 84088, USA
Phone: (801) 594-8131
';var m_89884be89350cc8132ef56085b91c241 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank West Jordan/Copper Hills',});m_89884be89350cc8132ef56085b91c241['infowindow'] = new google.maps.InfoWindow({content: $l89884be89350cc8132ef56085b91c241});var infowindow = new google.maps.InfoWindow({content: $l89884be89350cc8132ef56085b91c241});google.maps.event.addListener(m_89884be89350cc8132ef56085b91c241, 'click', function() {infowindow.open(map,m_89884be89350cc8132ef56085b91c241);});$marker.push(m_89884be89350cc8132ef56085b91c241);}});}google.maps.event.addDomListener(window, 'load', initialize);