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.6318,-123.074)};var g_8016ee1d222cd9a96cac558e97f36796 = new google.maps.Geocoder();g_8016ee1d222cd9a96cac558e97f36796.geocode( { 'address': "2650 Santiam Hwy SE, Albany, OR 97322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-OR-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('albany-OR-us-bank-branch'), mapOptions);}document.getElementById('74e1930b').innerHTML += ' | View Map';var $l8016ee1d222cd9a96cac558e97f36796 = '

U.S. Bank Branch

Address: 2650 Santiam Hwy SE, Albany, OR 97322, USA
Phone: (541) 967-3732
';var m_8016ee1d222cd9a96cac558e97f36796 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_8016ee1d222cd9a96cac558e97f36796['infowindow'] = new google.maps.InfoWindow({content: $l8016ee1d222cd9a96cac558e97f36796});var infowindow = new google.maps.InfoWindow({content: $l8016ee1d222cd9a96cac558e97f36796});google.maps.event.addListener(m_8016ee1d222cd9a96cac558e97f36796, 'click', function() {infowindow.open(map,m_8016ee1d222cd9a96cac558e97f36796);});$marker.push(m_8016ee1d222cd9a96cac558e97f36796);}});}google.maps.event.addDomListener(window, 'load', initialize);