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(43.8976,-91.1019)};var g_77aa3f78e14abb53dcbc4e94c74e0fc0 = new google.maps.Geocoder();g_77aa3f78e14abb53dcbc4e94c74e0fc0.geocode( { 'address': "1400 Waterloo Ave, West Salem, WI 54669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-salem-WI-altra-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-salem-WI-altra-federal-credit-union'), mapOptions);}document.getElementById('eb2cbccb').innerHTML += ' | View Map';var $l77aa3f78e14abb53dcbc4e94c74e0fc0 = '

Altra Federal Credit Union

Address: 1400 Waterloo Ave, West Salem, WI 54669, USA
Phone: (608) 786-1153
';var m_77aa3f78e14abb53dcbc4e94c74e0fc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altra Federal Credit Union',});m_77aa3f78e14abb53dcbc4e94c74e0fc0['infowindow'] = new google.maps.InfoWindow({content: $l77aa3f78e14abb53dcbc4e94c74e0fc0});var infowindow = new google.maps.InfoWindow({content: $l77aa3f78e14abb53dcbc4e94c74e0fc0});google.maps.event.addListener(m_77aa3f78e14abb53dcbc4e94c74e0fc0, 'click', function() {infowindow.open(map,m_77aa3f78e14abb53dcbc4e94c74e0fc0);});$marker.push(m_77aa3f78e14abb53dcbc4e94c74e0fc0);}});}google.maps.event.addDomListener(window, 'load', initialize);