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.0331,-121.308)};var g_5dd8afda4d4871c47ef248747fa1f71d = new google.maps.Geocoder();g_5dd8afda4d4871c47ef248747fa1f71d.geocode( { 'address': "61490 S Hwy 97, Bend, OR 97702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-northwest-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-northwest-community-credit-union'), mapOptions);}document.getElementById('60de415e').innerHTML += ' | View Map';var $l5dd8afda4d4871c47ef248747fa1f71d = '

Northwest Community Credit Union

Address: 61490 S Hwy 97, Bend, OR 97702, USA
Phone: (800) 452-9515
';var m_5dd8afda4d4871c47ef248747fa1f71d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Community Credit Union',});m_5dd8afda4d4871c47ef248747fa1f71d['infowindow'] = new google.maps.InfoWindow({content: $l5dd8afda4d4871c47ef248747fa1f71d});var infowindow = new google.maps.InfoWindow({content: $l5dd8afda4d4871c47ef248747fa1f71d});google.maps.event.addListener(m_5dd8afda4d4871c47ef248747fa1f71d, 'click', function() {infowindow.open(map,m_5dd8afda4d4871c47ef248747fa1f71d);});$marker.push(m_5dd8afda4d4871c47ef248747fa1f71d);}});}google.maps.event.addDomListener(window, 'load', initialize);