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.6877,-122.192)};var g_e9ab45f1cb5af8cd3b6b243ee2dac3d5 = new google.maps.Geocoder();g_e9ab45f1cb5af8cd3b6b243ee2dac3d5.geocode( { 'address': "11224 Ne 124th St, Kirkland, WA 98034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkland-WA-boeing-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-boeing-employees-credit-union'), mapOptions);}document.getElementById('944bb321').innerHTML += ' | View Map';var $le9ab45f1cb5af8cd3b6b243ee2dac3d5 = '

Boeing Employees Credit Union

Address: 11224 Ne 124th St, Kirkland, WA 98034
Phone: (206) 439-5700
';var m_e9ab45f1cb5af8cd3b6b243ee2dac3d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boeing Employees Credit Union',});m_e9ab45f1cb5af8cd3b6b243ee2dac3d5['infowindow'] = new google.maps.InfoWindow({content: $le9ab45f1cb5af8cd3b6b243ee2dac3d5});var infowindow = new google.maps.InfoWindow({content: $le9ab45f1cb5af8cd3b6b243ee2dac3d5});google.maps.event.addListener(m_e9ab45f1cb5af8cd3b6b243ee2dac3d5, 'click', function() {infowindow.open(map,m_e9ab45f1cb5af8cd3b6b243ee2dac3d5);});$marker.push(m_e9ab45f1cb5af8cd3b6b243ee2dac3d5);}});}google.maps.event.addDomListener(window, 'load', initialize);