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.4552,-122.262)};var g_39c02e1b66fe4789fadd0324577b3610 = new google.maps.Geocoder();g_39c02e1b66fe4789fadd0324577b3610.geocode( { 'address': "16400 Southcenter Pkwy, Tukwila, WA 98188, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tukwila-WA-clough-shirley').style.display = '';map = new google.maps.Map(document.getElementById('tukwila-WA-clough-shirley'), mapOptions);}document.getElementById('459061b9').innerHTML += ' | View Map';var $l39c02e1b66fe4789fadd0324577b3610 = '

Clough Shirley

Address: 16400 Southcenter Pkwy, Tukwila, WA 98188, USA
Phone: (206) 274-2856
';var m_39c02e1b66fe4789fadd0324577b3610 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clough Shirley',});m_39c02e1b66fe4789fadd0324577b3610['infowindow'] = new google.maps.InfoWindow({content: $l39c02e1b66fe4789fadd0324577b3610});var infowindow = new google.maps.InfoWindow({content: $l39c02e1b66fe4789fadd0324577b3610});google.maps.event.addListener(m_39c02e1b66fe4789fadd0324577b3610, 'click', function() {infowindow.open(map,m_39c02e1b66fe4789fadd0324577b3610);});$marker.push(m_39c02e1b66fe4789fadd0324577b3610);}});}google.maps.event.addDomListener(window, 'load', initialize);