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.3296,-122.6)};var g_27992e4bc24123be43724a326667f0dd = new google.maps.Geocoder();g_27992e4bc24123be43724a326667f0dd.geocode( { 'address': "7901 Skansie Ave #200, Gig Harbor, WA 98335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-mark-wambold').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-mark-wambold'), mapOptions);}document.getElementById('91075912').innerHTML += ' | View Map';var $l27992e4bc24123be43724a326667f0dd = '

Mark Wambold

Address: 7901 Skansie Ave #200, Gig Harbor, WA 98335, USA
Phone: (253) 265-9253
';var m_27992e4bc24123be43724a326667f0dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mark Wambold',});m_27992e4bc24123be43724a326667f0dd['infowindow'] = new google.maps.InfoWindow({content: $l27992e4bc24123be43724a326667f0dd});var infowindow = new google.maps.InfoWindow({content: $l27992e4bc24123be43724a326667f0dd});google.maps.event.addListener(m_27992e4bc24123be43724a326667f0dd, 'click', function() {infowindow.open(map,m_27992e4bc24123be43724a326667f0dd);});$marker.push(m_27992e4bc24123be43724a326667f0dd);}});}google.maps.event.addDomListener(window, 'load', initialize);