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.9527,-91.2595)};var g_cf68af03f606dcee01197503ffb9d16a = new google.maps.Geocoder();g_cf68af03f606dcee01197503ffb9d16a.geocode( { 'address': "1404 Co Hwy DH, Holmen, WI 54636, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holmen-WI-altra-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('holmen-WI-altra-federal-credit-union'), mapOptions);}document.getElementById('03211878').innerHTML += ' | View Map';var $lcf68af03f606dcee01197503ffb9d16a = '

Altra Federal Credit Union

Address: 1404 Co Hwy DH, Holmen, WI 54636, USA
Phone: (608) 526-2300
';var m_cf68af03f606dcee01197503ffb9d16a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altra Federal Credit Union',});m_cf68af03f606dcee01197503ffb9d16a['infowindow'] = new google.maps.InfoWindow({content: $lcf68af03f606dcee01197503ffb9d16a});var infowindow = new google.maps.InfoWindow({content: $lcf68af03f606dcee01197503ffb9d16a});google.maps.event.addListener(m_cf68af03f606dcee01197503ffb9d16a, 'click', function() {infowindow.open(map,m_cf68af03f606dcee01197503ffb9d16a);});$marker.push(m_cf68af03f606dcee01197503ffb9d16a);}});}google.maps.event.addDomListener(window, 'load', initialize);