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.94,-123.04)};var g_f9824361cad00166c0fa68104184d253 = new google.maps.Geocoder();g_f9824361cad00166c0fa68104184d253.geocode( { 'address': "302 State St, Salem, OR 97301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-us-bank-angie-j-stanley').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-us-bank-angie-j-stanley'), mapOptions);}document.getElementById('a142aec9').innerHTML += ' | View Map';var $lf9824361cad00166c0fa68104184d253 = '

U.S. Bank: Angie J. Stanley

Address: 302 State St, Salem, OR 97301, USA
Phone: (503) 316-3724
';var m_f9824361cad00166c0fa68104184d253 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Angie J. Stanley',});m_f9824361cad00166c0fa68104184d253['infowindow'] = new google.maps.InfoWindow({content: $lf9824361cad00166c0fa68104184d253});var infowindow = new google.maps.InfoWindow({content: $lf9824361cad00166c0fa68104184d253});google.maps.event.addListener(m_f9824361cad00166c0fa68104184d253, 'click', function() {infowindow.open(map,m_f9824361cad00166c0fa68104184d253);});$marker.push(m_f9824361cad00166c0fa68104184d253);}});}google.maps.event.addDomListener(window, 'load', initialize);