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(44.4267,-124.064)};var g_cefc539fb2511559cf6bc5cf6c8f5b4f = new google.maps.Geocoder();g_cefc539fb2511559cf6bc5cf6c8f5b4f.geocode( { 'address': "325 NW Hemlock, Waldport, OR 97394, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waldport-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('waldport-OR-washington-federal'), mapOptions);}document.getElementById('e405a17b').innerHTML += ' | View Map';var $lcefc539fb2511559cf6bc5cf6c8f5b4f = '

Washington Federal

Address: 325 NW Hemlock, Waldport, OR 97394, USA
Phone: (541) 563-3226
';var m_cefc539fb2511559cf6bc5cf6c8f5b4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_cefc539fb2511559cf6bc5cf6c8f5b4f['infowindow'] = new google.maps.InfoWindow({content: $lcefc539fb2511559cf6bc5cf6c8f5b4f});var infowindow = new google.maps.InfoWindow({content: $lcefc539fb2511559cf6bc5cf6c8f5b4f});google.maps.event.addListener(m_cefc539fb2511559cf6bc5cf6c8f5b4f, 'click', function() {infowindow.open(map,m_cefc539fb2511559cf6bc5cf6c8f5b4f);});$marker.push(m_cefc539fb2511559cf6bc5cf6c8f5b4f);}});}google.maps.event.addDomListener(window, 'load', initialize);