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.6644,-118.804)};var g_88b1af2e94ec15c245bc35eb78ba892f = new google.maps.Geocoder();g_88b1af2e94ec15c245bc35eb78ba892f.geocode( { 'address': "416 SW 20th St, Pendleton, OR 97801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pendleton-OR-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('pendleton-OR-bank-of-the-west'), mapOptions);}document.getElementById('aa1aff61').innerHTML += ' | View Map';var $l88b1af2e94ec15c245bc35eb78ba892f = '

Bank of the West

Address: 416 SW 20th St, Pendleton, OR 97801, USA
Phone: (541) 276-0334
';var m_88b1af2e94ec15c245bc35eb78ba892f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_88b1af2e94ec15c245bc35eb78ba892f['infowindow'] = new google.maps.InfoWindow({content: $l88b1af2e94ec15c245bc35eb78ba892f});var infowindow = new google.maps.InfoWindow({content: $l88b1af2e94ec15c245bc35eb78ba892f});google.maps.event.addListener(m_88b1af2e94ec15c245bc35eb78ba892f, 'click', function() {infowindow.open(map,m_88b1af2e94ec15c245bc35eb78ba892f);});$marker.push(m_88b1af2e94ec15c245bc35eb78ba892f);}});}google.maps.event.addDomListener(window, 'load', initialize);