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.669,-118.796)};var g_263e134597f8bed955a1ed89b6a70462 = new google.maps.Geocoder();g_263e134597f8bed955a1ed89b6a70462.geocode( { 'address': "911 SW Dorion Ave, Pendleton, OR 97801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pendleton-OR-umatilla-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pendleton-OR-umatilla-county-credit-union'), mapOptions);}document.getElementById('da71559a').innerHTML += ' | View Map';var $l263e134597f8bed955a1ed89b6a70462 = '

Umatilla County Credit Union

Address: 911 SW Dorion Ave, Pendleton, OR 97801, USA
Phone: (541) 276-6317
';var m_263e134597f8bed955a1ed89b6a70462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umatilla County Credit Union',});m_263e134597f8bed955a1ed89b6a70462['infowindow'] = new google.maps.InfoWindow({content: $l263e134597f8bed955a1ed89b6a70462});var infowindow = new google.maps.InfoWindow({content: $l263e134597f8bed955a1ed89b6a70462});google.maps.event.addListener(m_263e134597f8bed955a1ed89b6a70462, 'click', function() {infowindow.open(map,m_263e134597f8bed955a1ed89b6a70462);});$marker.push(m_263e134597f8bed955a1ed89b6a70462);}});}google.maps.event.addDomListener(window, 'load', initialize);