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.0893,-122.594)};var g_c05ef972a2bd500bc65077622516f041 = new google.maps.Geocoder();g_c05ef972a2bd500bc65077622516f041.geocode( { 'address': "12th and Pendleton, Building 2201, Fort Lewis, WA 98433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lewis-WA-americas-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-lewis-WA-americas-credit-union'), mapOptions);}document.getElementById('f3b570dd').innerHTML += ' | View Map';var $lc05ef972a2bd500bc65077622516f041 = '

America's Credit Union

Address: 12th and Pendleton, Building 2201, Fort Lewis, WA 98433, USA
Phone: (253) 964-3113
';var m_c05ef972a2bd500bc65077622516f041 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Credit Union',});m_c05ef972a2bd500bc65077622516f041['infowindow'] = new google.maps.InfoWindow({content: $lc05ef972a2bd500bc65077622516f041});var infowindow = new google.maps.InfoWindow({content: $lc05ef972a2bd500bc65077622516f041});google.maps.event.addListener(m_c05ef972a2bd500bc65077622516f041, 'click', function() {infowindow.open(map,m_c05ef972a2bd500bc65077622516f041);});$marker.push(m_c05ef972a2bd500bc65077622516f041);}});}google.maps.event.addDomListener(window, 'load', initialize);