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(44.6363,-123.106)};var g_1ed27f9b1d793e20e86204b64f40c920 = new google.maps.Geocoder();g_1ed27f9b1d793e20e86204b64f40c920.geocode( { 'address': "205 SW Ellsworth St, Albany, OR 97321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-OR-us-bank-atm---albany').style.display = '';map = new google.maps.Map(document.getElementById('albany-OR-us-bank-atm---albany'), mapOptions);}document.getElementById('f409f44e').innerHTML += ' | View Map';var $l1ed27f9b1d793e20e86204b64f40c920 = '

U.S. Bank ATM - Albany

Address: 205 SW Ellsworth St, Albany, OR 97321, USA
Phone: (800) 872-2657
';var m_1ed27f9b1d793e20e86204b64f40c920 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Albany',});m_1ed27f9b1d793e20e86204b64f40c920['infowindow'] = new google.maps.InfoWindow({content: $l1ed27f9b1d793e20e86204b64f40c920});var infowindow = new google.maps.InfoWindow({content: $l1ed27f9b1d793e20e86204b64f40c920});google.maps.event.addListener(m_1ed27f9b1d793e20e86204b64f40c920, 'click', function() {infowindow.open(map,m_1ed27f9b1d793e20e86204b64f40c920);});$marker.push(m_1ed27f9b1d793e20e86204b64f40c920);}});}google.maps.event.addDomListener(window, 'load', initialize);