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.3283,-122.581)};var g_382619ec728dec052123dc719572275d = new google.maps.Geocoder();g_382619ec728dec052123dc719572275d.geocode( { 'address': "3105 Judson St, Gig Harbor, WA 98335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-timberland-bank').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-timberland-bank'), mapOptions);}document.getElementById('c686ed66').innerHTML += ' | View Map';var $l382619ec728dec052123dc719572275d = '

Timberland Bank

Address: 3105 Judson St, Gig Harbor, WA 98335, USA
Phone: (253) 851-1188
';var m_382619ec728dec052123dc719572275d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Timberland Bank',});m_382619ec728dec052123dc719572275d['infowindow'] = new google.maps.InfoWindow({content: $l382619ec728dec052123dc719572275d});var infowindow = new google.maps.InfoWindow({content: $l382619ec728dec052123dc719572275d});google.maps.event.addListener(m_382619ec728dec052123dc719572275d, 'click', function() {infowindow.open(map,m_382619ec728dec052123dc719572275d);});$marker.push(m_382619ec728dec052123dc719572275d);}});}google.maps.event.addDomListener(window, 'load', initialize);