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()};var g_1093a7c63a034842b13f06005d7d5882 = new google.maps.Geocoder();g_1093a7c63a034842b13f06005d7d5882.geocode( { 'address': "221 Winslow Way W, Bainbridge Isle, WA 98110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-isle-WA-west-sound-time-bank').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-isle-WA-west-sound-time-bank'), mapOptions);}document.getElementById('c1a8d17e').innerHTML += ' | View Map';var $l1093a7c63a034842b13f06005d7d5882 = '

West Sound Time Bank

Address: 221 Winslow Way W, Bainbridge Isle, WA 98110
Phone: (206) 842-4800
';var m_1093a7c63a034842b13f06005d7d5882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Sound Time Bank',});m_1093a7c63a034842b13f06005d7d5882['infowindow'] = new google.maps.InfoWindow({content: $l1093a7c63a034842b13f06005d7d5882});var infowindow = new google.maps.InfoWindow({content: $l1093a7c63a034842b13f06005d7d5882});google.maps.event.addListener(m_1093a7c63a034842b13f06005d7d5882, 'click', function() {infowindow.open(map,m_1093a7c63a034842b13f06005d7d5882);});$marker.push(m_1093a7c63a034842b13f06005d7d5882);}});}google.maps.event.addDomListener(window, 'load', initialize);