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(47.8101,-122.206)};var g_c4ba009d3ce21398c32be93610f33935 = new google.maps.Geocoder();g_c4ba009d3ce21398c32be93610f33935.geocode( { 'address': "20711 Bothell Everett Hwy, Bothell, WA 98012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bothell-WA-alaska-usa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bothell-WA-alaska-usa-federal-credit-union'), mapOptions);}document.getElementById('eceb0e03').innerHTML += ' | View Map';var $lc4ba009d3ce21398c32be93610f33935 = '

Alaska USA Federal Credit Union

Address: 20711 Bothell Everett Hwy, Bothell, WA 98012, USA
Phone: (425) 486-9102
';var m_c4ba009d3ce21398c32be93610f33935 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alaska USA Federal Credit Union',});m_c4ba009d3ce21398c32be93610f33935['infowindow'] = new google.maps.InfoWindow({content: $lc4ba009d3ce21398c32be93610f33935});var infowindow = new google.maps.InfoWindow({content: $lc4ba009d3ce21398c32be93610f33935});google.maps.event.addListener(m_c4ba009d3ce21398c32be93610f33935, 'click', function() {infowindow.open(map,m_c4ba009d3ce21398c32be93610f33935);});$marker.push(m_c4ba009d3ce21398c32be93610f33935);}});}google.maps.event.addDomListener(window, 'load', initialize);