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(44.3251,-91.912)};var g_bf781978ae2e5ac6e0b1c6d6866bf027 = new google.maps.Geocoder();g_bf781978ae2e5ac6e0b1c6d6866bf027.geocode( { 'address': "211 S Main St, Alma, WI 54610"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-WI-bank-of-alma').style.display = '';map = new google.maps.Map(document.getElementById('alma-WI-bank-of-alma'), mapOptions);}document.getElementById('90a38fc3').innerHTML += ' | View Map';var $lbf781978ae2e5ac6e0b1c6d6866bf027 = '

Bank Of Alma

Address: 211 S Main St, Alma, WI 54610
Phone: (608) 685-4461
';var m_bf781978ae2e5ac6e0b1c6d6866bf027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Alma',});m_bf781978ae2e5ac6e0b1c6d6866bf027['infowindow'] = new google.maps.InfoWindow({content: $lbf781978ae2e5ac6e0b1c6d6866bf027});var infowindow = new google.maps.InfoWindow({content: $lbf781978ae2e5ac6e0b1c6d6866bf027});google.maps.event.addListener(m_bf781978ae2e5ac6e0b1c6d6866bf027, 'click', function() {infowindow.open(map,m_bf781978ae2e5ac6e0b1c6d6866bf027);});$marker.push(m_bf781978ae2e5ac6e0b1c6d6866bf027);}});}google.maps.event.addDomListener(window, 'load', initialize);