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.4193,-122.666)};var g_a60be7562d8a1464738f129d97bc0c25 = new google.maps.Geocoder();g_a60be7562d8a1464738f129d97bc0c25.geocode( { 'address': "220 A Ave #100, Lake Oswego, OR 97034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-oswego-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('lake-oswego-OR-washington-federal'), mapOptions);}document.getElementById('27c84da4').innerHTML += ' | View Map';var $la60be7562d8a1464738f129d97bc0c25 = '

Washington Federal

Address: 220 A Ave #100, Lake Oswego, OR 97034, USA
Phone: (503) 639-6641
';var m_a60be7562d8a1464738f129d97bc0c25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_a60be7562d8a1464738f129d97bc0c25['infowindow'] = new google.maps.InfoWindow({content: $la60be7562d8a1464738f129d97bc0c25});var infowindow = new google.maps.InfoWindow({content: $la60be7562d8a1464738f129d97bc0c25});google.maps.event.addListener(m_a60be7562d8a1464738f129d97bc0c25, 'click', function() {infowindow.open(map,m_a60be7562d8a1464738f129d97bc0c25);});$marker.push(m_a60be7562d8a1464738f129d97bc0c25);}});}google.maps.event.addDomListener(window, 'load', initialize);