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(42.4184,-122.815)};var g_948aaaf9c6ffc5ae7577b65dc6119848 = new google.maps.Geocoder();g_948aaaf9c6ffc5ae7577b65dc6119848.geocode( { 'address': "2323 Avenue H, White City, OR 97503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-city-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('white-city-OR-washington-federal'), mapOptions);}document.getElementById('315516c6').innerHTML += ' | View Map';var $l948aaaf9c6ffc5ae7577b65dc6119848 = '

Washington Federal

Address: 2323 Avenue H, White City, OR 97503
Phone: (541) 826-2541
';var m_948aaaf9c6ffc5ae7577b65dc6119848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_948aaaf9c6ffc5ae7577b65dc6119848['infowindow'] = new google.maps.InfoWindow({content: $l948aaaf9c6ffc5ae7577b65dc6119848});var infowindow = new google.maps.InfoWindow({content: $l948aaaf9c6ffc5ae7577b65dc6119848});google.maps.event.addListener(m_948aaaf9c6ffc5ae7577b65dc6119848, 'click', function() {infowindow.open(map,m_948aaaf9c6ffc5ae7577b65dc6119848);});$marker.push(m_948aaaf9c6ffc5ae7577b65dc6119848);}});}google.maps.event.addDomListener(window, 'load', initialize);