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(48.5113,-122.226)};var g_800242d07f9b0007737cbad2cf40c44a = new google.maps.Geocoder();g_800242d07f9b0007737cbad2cf40c44a.geocode( { 'address': "108 N Township St, Sedro-Woolley, WA 98284, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sedro-woolley-WA-north-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sedro-woolley-WA-north-coast-credit-union'), mapOptions);}document.getElementById('cf1dc569').innerHTML += ' | View Map';var $l800242d07f9b0007737cbad2cf40c44a = '

North Coast Credit Union

Address: 108 N Township St, Sedro-Woolley, WA 98284, USA
Phone: (360) 428-1779
';var m_800242d07f9b0007737cbad2cf40c44a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Coast Credit Union',});m_800242d07f9b0007737cbad2cf40c44a['infowindow'] = new google.maps.InfoWindow({content: $l800242d07f9b0007737cbad2cf40c44a});var infowindow = new google.maps.InfoWindow({content: $l800242d07f9b0007737cbad2cf40c44a});google.maps.event.addListener(m_800242d07f9b0007737cbad2cf40c44a, 'click', function() {infowindow.open(map,m_800242d07f9b0007737cbad2cf40c44a);});$marker.push(m_800242d07f9b0007737cbad2cf40c44a);}});}google.maps.event.addDomListener(window, 'load', initialize);