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.3097,-122.582)};var g_f7303cbcec321497bc32c7b39d09907a = new google.maps.Geocoder();g_f7303cbcec321497bc32c7b39d09907a.geocode( { 'address': "3215 56th St NW, Gig Harbor, WA 98335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-cory-garnaas-cpa-psc').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-cory-garnaas-cpa-psc'), mapOptions);}document.getElementById('0fd62a61').innerHTML += ' | View Map';var $lf7303cbcec321497bc32c7b39d09907a = '

Cory Garnaas, CPA PSC

Address: 3215 56th St NW, Gig Harbor, WA 98335, USA
Phone: (253) 851-7272
';var m_f7303cbcec321497bc32c7b39d09907a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cory Garnaas, CPA PSC',});m_f7303cbcec321497bc32c7b39d09907a['infowindow'] = new google.maps.InfoWindow({content: $lf7303cbcec321497bc32c7b39d09907a});var infowindow = new google.maps.InfoWindow({content: $lf7303cbcec321497bc32c7b39d09907a});google.maps.event.addListener(m_f7303cbcec321497bc32c7b39d09907a, 'click', function() {infowindow.open(map,m_f7303cbcec321497bc32c7b39d09907a);});$marker.push(m_f7303cbcec321497bc32c7b39d09907a);}});}google.maps.event.addDomListener(window, 'load', initialize);