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.3256,-118.091)};var g_e66afd9fc9f71473064baf06213c4858 = new google.maps.Geocoder();g_e66afd9fc9f71473064baf06213c4858.geocode( { 'address': "1503 Washington Ave, La Grande, OR 97850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grande-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('la-grande-OR-washington-federal'), mapOptions);}document.getElementById('d7ab94df').innerHTML += ' | View Map';var $le66afd9fc9f71473064baf06213c4858 = '

Washington Federal

Address: 1503 Washington Ave, La Grande, OR 97850, USA
Phone: (541) 963-2101
';var m_e66afd9fc9f71473064baf06213c4858 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_e66afd9fc9f71473064baf06213c4858['infowindow'] = new google.maps.InfoWindow({content: $le66afd9fc9f71473064baf06213c4858});var infowindow = new google.maps.InfoWindow({content: $le66afd9fc9f71473064baf06213c4858});google.maps.event.addListener(m_e66afd9fc9f71473064baf06213c4858, 'click', function() {infowindow.open(map,m_e66afd9fc9f71473064baf06213c4858);});$marker.push(m_e66afd9fc9f71473064baf06213c4858);}});}google.maps.event.addDomListener(window, 'load', initialize);