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.6197,-111.98)};var g_178656689427a1c3b74f44d9f4fc0754 = new google.maps.Geocoder();g_178656689427a1c3b74f44d9f4fc0754.geocode( { 'address': "3751 Center Park Dr, West Jordan, UT 84084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-zions-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-zions-bank-atm'), mapOptions);}document.getElementById('ccaaa76d').innerHTML += ' | View Map';var $l178656689427a1c3b74f44d9f4fc0754 = '

Zions Bank ATM

Address: 3751 Center Park Dr, West Jordan, UT 84084, USA
Phone: (800) 789-2265
';var m_178656689427a1c3b74f44d9f4fc0754 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank ATM',});m_178656689427a1c3b74f44d9f4fc0754['infowindow'] = new google.maps.InfoWindow({content: $l178656689427a1c3b74f44d9f4fc0754});var infowindow = new google.maps.InfoWindow({content: $l178656689427a1c3b74f44d9f4fc0754});google.maps.event.addListener(m_178656689427a1c3b74f44d9f4fc0754, 'click', function() {infowindow.open(map,m_178656689427a1c3b74f44d9f4fc0754);});$marker.push(m_178656689427a1c3b74f44d9f4fc0754);}});}google.maps.event.addDomListener(window, 'load', initialize);