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.6807,-122.182)};var g_b89f4075611bb0eb64e13f4bd1f20288 = new google.maps.Geocoder();g_b89f4075611bb0eb64e13f4bd1f20288.geocode( { 'address': "8629 120th Ave NE, Kirkland, WA 98033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkland-WA-smcu-atm---costco').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-smcu-atm---costco'), mapOptions);}document.getElementById('d07c250f').innerHTML += ' | View Map';var $lb89f4075611bb0eb64e13f4bd1f20288 = '

SMCU ATM - Costco

Address: 8629 120th Ave NE, Kirkland, WA 98033, USA
Phone: (206) 398-5500
';var m_b89f4075611bb0eb64e13f4bd1f20288 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SMCU ATM - Costco',});m_b89f4075611bb0eb64e13f4bd1f20288['infowindow'] = new google.maps.InfoWindow({content: $lb89f4075611bb0eb64e13f4bd1f20288});var infowindow = new google.maps.InfoWindow({content: $lb89f4075611bb0eb64e13f4bd1f20288});google.maps.event.addListener(m_b89f4075611bb0eb64e13f4bd1f20288, 'click', function() {infowindow.open(map,m_b89f4075611bb0eb64e13f4bd1f20288);});$marker.push(m_b89f4075611bb0eb64e13f4bd1f20288);}});}google.maps.event.addDomListener(window, 'load', initialize);