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.222,-122.478)};var g_f19346a09e58f197a731f3c062aeef4b = new google.maps.Geocoder();g_f19346a09e58f197a731f3c062aeef4b.geocode( { 'address': "3130 S 38th St, Tacoma, WA 98409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tacoma-WA-puget-sound-cooperative-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tacoma-WA-puget-sound-cooperative-credit-union'), mapOptions);}document.getElementById('fa81f2e4').innerHTML += ' | View Map';var $lf19346a09e58f197a731f3c062aeef4b = '

Puget Sound Cooperative Credit Union

Address: 3130 S 38th St, Tacoma, WA 98409, USA
Phone: (253) 476-6435
';var m_f19346a09e58f197a731f3c062aeef4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Puget Sound Cooperative Credit Union',});m_f19346a09e58f197a731f3c062aeef4b['infowindow'] = new google.maps.InfoWindow({content: $lf19346a09e58f197a731f3c062aeef4b});var infowindow = new google.maps.InfoWindow({content: $lf19346a09e58f197a731f3c062aeef4b});google.maps.event.addListener(m_f19346a09e58f197a731f3c062aeef4b, 'click', function() {infowindow.open(map,m_f19346a09e58f197a731f3c062aeef4b);});$marker.push(m_f19346a09e58f197a731f3c062aeef4b);}});}google.maps.event.addDomListener(window, 'load', initialize);