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(45.8543,-122.826)};var g_ff7e2fa368c910ed2bbcae914a0daaf2 = new google.maps.Geocoder();g_ff7e2fa368c910ed2bbcae914a0daaf2.geocode( { 'address': "465 S Columbia River Hwy, St Helens, OR 97051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-helens-OR-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('saint-helens-OR-bank-of-the-west'), mapOptions);}document.getElementById('b1ac755e').innerHTML += ' | View Map';var $lff7e2fa368c910ed2bbcae914a0daaf2 = '

Bank of the West

Address: 465 S Columbia River Hwy, St Helens, OR 97051, USA
Phone: (503) 397-3900
';var m_ff7e2fa368c910ed2bbcae914a0daaf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_ff7e2fa368c910ed2bbcae914a0daaf2['infowindow'] = new google.maps.InfoWindow({content: $lff7e2fa368c910ed2bbcae914a0daaf2});var infowindow = new google.maps.InfoWindow({content: $lff7e2fa368c910ed2bbcae914a0daaf2});google.maps.event.addListener(m_ff7e2fa368c910ed2bbcae914a0daaf2, 'click', function() {infowindow.open(map,m_ff7e2fa368c910ed2bbcae914a0daaf2);});$marker.push(m_ff7e2fa368c910ed2bbcae914a0daaf2);}});}google.maps.event.addDomListener(window, 'load', initialize);