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(41.088,-112.044)};var g_67624fc5600269b97b2e9b6455a3ad4b = new google.maps.Geocoder();g_67624fc5600269b97b2e9b6455a3ad4b.geocode( { 'address': "951 W 1700 S, Syracuse, UT 84075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-UT-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-UT-atm-us-bank'), mapOptions);}document.getElementById('dc6b3f0c').innerHTML += ' | View Map';var $l67624fc5600269b97b2e9b6455a3ad4b = '

ATM (U.S. Bank)

Address: 951 W 1700 S, Syracuse, UT 84075, USA
Phone:
';var m_67624fc5600269b97b2e9b6455a3ad4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_67624fc5600269b97b2e9b6455a3ad4b['infowindow'] = new google.maps.InfoWindow({content: $l67624fc5600269b97b2e9b6455a3ad4b});var infowindow = new google.maps.InfoWindow({content: $l67624fc5600269b97b2e9b6455a3ad4b});google.maps.event.addListener(m_67624fc5600269b97b2e9b6455a3ad4b, 'click', function() {infowindow.open(map,m_67624fc5600269b97b2e9b6455a3ad4b);});$marker.push(m_67624fc5600269b97b2e9b6455a3ad4b);}});}google.maps.event.addDomListener(window, 'load', initialize);