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.7951,-123.062)};var g_d88518acbcc3d08d1f18da62f9bb26ec = new google.maps.Geocoder();g_d88518acbcc3d08d1f18da62f9bb26ec.geocode( { 'address': "600 W Jefferson Ave, Cottage Grove, OR 97424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottage-grove-OR-northwest-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cottage-grove-OR-northwest-community-credit-union'), mapOptions);}document.getElementById('dd204c18').innerHTML += ' | View Map';var $ld88518acbcc3d08d1f18da62f9bb26ec = '

Northwest Community Credit Union

Address: 600 W Jefferson Ave, Cottage Grove, OR 97424, USA
Phone: (800) 452-9515
';var m_d88518acbcc3d08d1f18da62f9bb26ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Community Credit Union',});m_d88518acbcc3d08d1f18da62f9bb26ec['infowindow'] = new google.maps.InfoWindow({content: $ld88518acbcc3d08d1f18da62f9bb26ec});var infowindow = new google.maps.InfoWindow({content: $ld88518acbcc3d08d1f18da62f9bb26ec});google.maps.event.addListener(m_d88518acbcc3d08d1f18da62f9bb26ec, 'click', function() {infowindow.open(map,m_d88518acbcc3d08d1f18da62f9bb26ec);});$marker.push(m_d88518acbcc3d08d1f18da62f9bb26ec);}});}google.maps.event.addDomListener(window, 'load', initialize);