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.3603,-122.603)};var g_2288d178e91638c5e30eaa4e9d82220f = new google.maps.Geocoder();g_2288d178e91638c5e30eaa4e9d82220f.geocode( { 'address': "4811 Borgen Blvd. NW, Gig Harbor, WA 98332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gig-harbor-WA-harborstone-credit-union---gig-harbor').style.display = '';map = new google.maps.Map(document.getElementById('gig-harbor-WA-harborstone-credit-union---gig-harbor'), mapOptions);}document.getElementById('2dec0efc').innerHTML += ' | View Map';var $l2288d178e91638c5e30eaa4e9d82220f = '

Harborstone Credit Union - Gig Harbor

Address: 4811 Borgen Blvd. NW, Gig Harbor, WA 98332, USA
Phone: (800) 523-3641
';var m_2288d178e91638c5e30eaa4e9d82220f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harborstone Credit Union - Gig Harbor',});m_2288d178e91638c5e30eaa4e9d82220f['infowindow'] = new google.maps.InfoWindow({content: $l2288d178e91638c5e30eaa4e9d82220f});var infowindow = new google.maps.InfoWindow({content: $l2288d178e91638c5e30eaa4e9d82220f});google.maps.event.addListener(m_2288d178e91638c5e30eaa4e9d82220f, 'click', function() {infowindow.open(map,m_2288d178e91638c5e30eaa4e9d82220f);});$marker.push(m_2288d178e91638c5e30eaa4e9d82220f);}});}google.maps.event.addDomListener(window, 'load', initialize);