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(43.7049,-121.532)};var g_2b6bb5354a56ce256116b6b307a1ea10 = new google.maps.Geocoder();g_2b6bb5354a56ce256116b6b307a1ea10.geocode( { 'address': "51535 S Huntington Rd., La Pine, OR 97739"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-pine-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('la-pine-OR-washington-federal'), mapOptions);}document.getElementById('5bf6ced4').innerHTML += ' | View Map';var $l2b6bb5354a56ce256116b6b307a1ea10 = '

Washington Federal

Address: 51535 S Huntington Rd., La Pine, OR 97739
Phone: (541) 536-9232
';var m_2b6bb5354a56ce256116b6b307a1ea10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_2b6bb5354a56ce256116b6b307a1ea10['infowindow'] = new google.maps.InfoWindow({content: $l2b6bb5354a56ce256116b6b307a1ea10});var infowindow = new google.maps.InfoWindow({content: $l2b6bb5354a56ce256116b6b307a1ea10});google.maps.event.addListener(m_2b6bb5354a56ce256116b6b307a1ea10, 'click', function() {infowindow.open(map,m_2b6bb5354a56ce256116b6b307a1ea10);});$marker.push(m_2b6bb5354a56ce256116b6b307a1ea10);}});}google.maps.event.addDomListener(window, 'load', initialize);