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.3101,-122.577)};var g_350357bc1249204b0b1d14be9940e5a5 = new google.maps.Geocoder();g_350357bc1249204b0b1d14be9940e5a5.geocode( { 'address': "5775 Soundview Dr #204, Gig Harbor, WA 98335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-new-american-funding---gig-harbor').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-new-american-funding---gig-harbor'), mapOptions);}document.getElementById('98d59226').innerHTML += ' | View Map';var $l350357bc1249204b0b1d14be9940e5a5 = '

New American Funding - Gig Harbor

Address: 5775 Soundview Dr #204, Gig Harbor, WA 98335, USA
Phone: (844) 895-9760
';var m_350357bc1249204b0b1d14be9940e5a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New American Funding - Gig Harbor',});m_350357bc1249204b0b1d14be9940e5a5['infowindow'] = new google.maps.InfoWindow({content: $l350357bc1249204b0b1d14be9940e5a5});var infowindow = new google.maps.InfoWindow({content: $l350357bc1249204b0b1d14be9940e5a5});google.maps.event.addListener(m_350357bc1249204b0b1d14be9940e5a5, 'click', function() {infowindow.open(map,m_350357bc1249204b0b1d14be9940e5a5);});$marker.push(m_350357bc1249204b0b1d14be9940e5a5);}});}google.maps.event.addDomListener(window, 'load', initialize);