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.5037,-122.414)};var g_0f7521ae862c1e56d382e4d7704476a6 = new google.maps.Geocoder();g_0f7521ae862c1e56d382e4d7704476a6.geocode( { 'address': "825 NE Hogan Dr, Gresham, OR 97030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-bank-of-the-west'), mapOptions);}document.getElementById('60e4054e').innerHTML += ' | View Map';var $l0f7521ae862c1e56d382e4d7704476a6 = '

Bank of the West

Address: 825 NE Hogan Dr, Gresham, OR 97030, USA
Phone: (503) 667-6672
';var m_0f7521ae862c1e56d382e4d7704476a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_0f7521ae862c1e56d382e4d7704476a6['infowindow'] = new google.maps.InfoWindow({content: $l0f7521ae862c1e56d382e4d7704476a6});var infowindow = new google.maps.InfoWindow({content: $l0f7521ae862c1e56d382e4d7704476a6});google.maps.event.addListener(m_0f7521ae862c1e56d382e4d7704476a6, 'click', function() {infowindow.open(map,m_0f7521ae862c1e56d382e4d7704476a6);});$marker.push(m_0f7521ae862c1e56d382e4d7704476a6);}});}google.maps.event.addDomListener(window, 'load', initialize);