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.9203,-122.343)};var g_fa99b43eb9e1a78155cc4e5b7520f1e3 = new google.maps.Geocoder();g_fa99b43eb9e1a78155cc4e5b7520f1e3.geocode( { 'address': "106 W Main St, Everson, WA 98247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('everson-WA-whatcom-educational-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('everson-WA-whatcom-educational-credit-union'), mapOptions);}document.getElementById('74a567fc').innerHTML += ' | View Map';var $lfa99b43eb9e1a78155cc4e5b7520f1e3 = '

Whatcom Educational Credit Union

Address: 106 W Main St, Everson, WA 98247, USA
Phone: (360) 676-1168
';var m_fa99b43eb9e1a78155cc4e5b7520f1e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whatcom Educational Credit Union',});m_fa99b43eb9e1a78155cc4e5b7520f1e3['infowindow'] = new google.maps.InfoWindow({content: $lfa99b43eb9e1a78155cc4e5b7520f1e3});var infowindow = new google.maps.InfoWindow({content: $lfa99b43eb9e1a78155cc4e5b7520f1e3});google.maps.event.addListener(m_fa99b43eb9e1a78155cc4e5b7520f1e3, 'click', function() {infowindow.open(map,m_fa99b43eb9e1a78155cc4e5b7520f1e3);});$marker.push(m_fa99b43eb9e1a78155cc4e5b7520f1e3);}});}google.maps.event.addDomListener(window, 'load', initialize);