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.5115,-122.677)};var g_39f495bc383b60240717ab1e9e91191f = new google.maps.Geocoder();g_39f495bc383b60240717ab1e9e91191f.geocode( { 'address': "1618 SW 1st Ave #305, Portland, OR 97201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-homestreet-bank-portland-affinity-lending-center').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-homestreet-bank-portland-affinity-lending-center'), mapOptions);}document.getElementById('dcf8e36e').innerHTML += ' | View Map';var $l39f495bc383b60240717ab1e9e91191f = '

HomeStreet Bank Portland Affinity Lending Center

Address: 1618 SW 1st Ave #305, Portland, OR 97201, USA
Phone: (503) 227-3956
';var m_39f495bc383b60240717ab1e9e91191f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Bank Portland Affinity Lending Center',});m_39f495bc383b60240717ab1e9e91191f['infowindow'] = new google.maps.InfoWindow({content: $l39f495bc383b60240717ab1e9e91191f});var infowindow = new google.maps.InfoWindow({content: $l39f495bc383b60240717ab1e9e91191f});google.maps.event.addListener(m_39f495bc383b60240717ab1e9e91191f, 'click', function() {infowindow.open(map,m_39f495bc383b60240717ab1e9e91191f);});$marker.push(m_39f495bc383b60240717ab1e9e91191f);}});}google.maps.event.addDomListener(window, 'load', initialize);