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(36.175,-115.123)};var g_31917677a66c6eddd3ab1f68b0679e2f = new google.maps.Geocoder();g_31917677a66c6eddd3ab1f68b0679e2f.geocode( { 'address': "600 White Dr, Las Vegas, NV 89119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-zions-bank'), mapOptions);}document.getElementById('41745fa6').innerHTML += ' | View Map';var $l31917677a66c6eddd3ab1f68b0679e2f = '

Zions Bank

Address: 600 White Dr, Las Vegas, NV 89119
Phone: (801) 844-7070
';var m_31917677a66c6eddd3ab1f68b0679e2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_31917677a66c6eddd3ab1f68b0679e2f['infowindow'] = new google.maps.InfoWindow({content: $l31917677a66c6eddd3ab1f68b0679e2f});var infowindow = new google.maps.InfoWindow({content: $l31917677a66c6eddd3ab1f68b0679e2f});google.maps.event.addListener(m_31917677a66c6eddd3ab1f68b0679e2f, 'click', function() {infowindow.open(map,m_31917677a66c6eddd3ab1f68b0679e2f);});$marker.push(m_31917677a66c6eddd3ab1f68b0679e2f);}});}google.maps.event.addDomListener(window, 'load', initialize);