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.7748,-122.344)};var g_eb34f5dbc8ef8aa6bce13d34bc5d4ddd = new google.maps.Geocoder();g_eb34f5dbc8ef8aa6bce13d34bc5d4ddd.geocode( { 'address': "1175 N 205th St, Seattle, WA 98133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-smcu-atm---costco').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-smcu-atm---costco'), mapOptions);}document.getElementById('48f8dcec').innerHTML += ' | View Map';var $leb34f5dbc8ef8aa6bce13d34bc5d4ddd = '

SMCU ATM - Costco

Address: 1175 N 205th St, Seattle, WA 98133, USA
Phone: (206) 398-5500
';var m_eb34f5dbc8ef8aa6bce13d34bc5d4ddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SMCU ATM - Costco',});m_eb34f5dbc8ef8aa6bce13d34bc5d4ddd['infowindow'] = new google.maps.InfoWindow({content: $leb34f5dbc8ef8aa6bce13d34bc5d4ddd});var infowindow = new google.maps.InfoWindow({content: $leb34f5dbc8ef8aa6bce13d34bc5d4ddd});google.maps.event.addListener(m_eb34f5dbc8ef8aa6bce13d34bc5d4ddd, 'click', function() {infowindow.open(map,m_eb34f5dbc8ef8aa6bce13d34bc5d4ddd);});$marker.push(m_eb34f5dbc8ef8aa6bce13d34bc5d4ddd);}});}google.maps.event.addDomListener(window, 'load', initialize);