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.3111,-122.578)};var g_4b9cd61e7869b8d6b2425709528d41cb = new google.maps.Geocoder();g_4b9cd61e7869b8d6b2425709528d41cb.geocode( { 'address': "5801 Soundview Dr, Gig Harbor, WA 98335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-windermere-agent').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-windermere-agent'), mapOptions);}document.getElementById('766a1f2a').innerHTML += ' | View Map';var $l4b9cd61e7869b8d6b2425709528d41cb = '

Windermere Agent

Address: 5801 Soundview Dr, Gig Harbor, WA 98335, USA
Phone: (253) 858-3060
';var m_4b9cd61e7869b8d6b2425709528d41cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Windermere Agent',});m_4b9cd61e7869b8d6b2425709528d41cb['infowindow'] = new google.maps.InfoWindow({content: $l4b9cd61e7869b8d6b2425709528d41cb});var infowindow = new google.maps.InfoWindow({content: $l4b9cd61e7869b8d6b2425709528d41cb});google.maps.event.addListener(m_4b9cd61e7869b8d6b2425709528d41cb, 'click', function() {infowindow.open(map,m_4b9cd61e7869b8d6b2425709528d41cb);});$marker.push(m_4b9cd61e7869b8d6b2425709528d41cb);}});}google.maps.event.addDomListener(window, 'load', initialize);