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.2754,-121.206)};var g_77de3e1ae52ec2f568e00e2388ee9db9 = new google.maps.Geocoder();g_77de3e1ae52ec2f568e00e2388ee9db9.geocode( { 'address': "3835 Sw 21st St, Redmond, OR 97756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redmond-OR-northwest-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('redmond-OR-northwest-community-credit-union'), mapOptions);}document.getElementById('c3b767ca').innerHTML += ' | View Map';var $l77de3e1ae52ec2f568e00e2388ee9db9 = '

Northwest Community Credit Union

Address: 3835 Sw 21st St, Redmond, OR 97756
Phone: (541) 923-9903
';var m_77de3e1ae52ec2f568e00e2388ee9db9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Community Credit Union',});m_77de3e1ae52ec2f568e00e2388ee9db9['infowindow'] = new google.maps.InfoWindow({content: $l77de3e1ae52ec2f568e00e2388ee9db9});var infowindow = new google.maps.InfoWindow({content: $l77de3e1ae52ec2f568e00e2388ee9db9});google.maps.event.addListener(m_77de3e1ae52ec2f568e00e2388ee9db9, 'click', function() {infowindow.open(map,m_77de3e1ae52ec2f568e00e2388ee9db9);});$marker.push(m_77de3e1ae52ec2f568e00e2388ee9db9);}});}google.maps.event.addDomListener(window, 'load', initialize);