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.768,-122.346)};var g_c1474db38a6bead76b85a51d0989da0b = new google.maps.Geocoder();g_c1474db38a6bead76b85a51d0989da0b.geocode( { 'address': "19240 Aurora Ave N B, Shoreline, WA 98133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreline-WA-community-1st-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shoreline-WA-community-1st-credit-union'), mapOptions);}document.getElementById('d2386a59').innerHTML += ' | View Map';var $lc1474db38a6bead76b85a51d0989da0b = '

Community 1st Credit Union

Address: 19240 Aurora Ave N B, Shoreline, WA 98133, USA
Phone: (206) 367-7328
';var m_c1474db38a6bead76b85a51d0989da0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Credit Union',});m_c1474db38a6bead76b85a51d0989da0b['infowindow'] = new google.maps.InfoWindow({content: $lc1474db38a6bead76b85a51d0989da0b});var infowindow = new google.maps.InfoWindow({content: $lc1474db38a6bead76b85a51d0989da0b});google.maps.event.addListener(m_c1474db38a6bead76b85a51d0989da0b, 'click', function() {infowindow.open(map,m_c1474db38a6bead76b85a51d0989da0b);});$marker.push(m_c1474db38a6bead76b85a51d0989da0b);}});}google.maps.event.addDomListener(window, 'load', initialize);