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.4986,-122.692)};var g_981fda867ad3a7693c11ec00d2835b86 = new google.maps.Geocoder();g_981fda867ad3a7693c11ec00d2835b86.geocode( { 'address': "222 SW Columbia St, Portland, OR 97201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-bank-of-the-west-closed').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-bank-of-the-west-closed'), mapOptions);}document.getElementById('4e390f9c').innerHTML += ' | View Map';var $l981fda867ad3a7693c11ec00d2835b86 = '

Bank of the West - CLOSED

Address: 222 SW Columbia St, Portland, OR 97201
Phone: (503) 294-6323
';var m_981fda867ad3a7693c11ec00d2835b86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - CLOSED',});m_981fda867ad3a7693c11ec00d2835b86['infowindow'] = new google.maps.InfoWindow({content: $l981fda867ad3a7693c11ec00d2835b86});var infowindow = new google.maps.InfoWindow({content: $l981fda867ad3a7693c11ec00d2835b86});google.maps.event.addListener(m_981fda867ad3a7693c11ec00d2835b86, 'click', function() {infowindow.open(map,m_981fda867ad3a7693c11ec00d2835b86);});$marker.push(m_981fda867ad3a7693c11ec00d2835b86);}});}google.maps.event.addDomListener(window, 'load', initialize);