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.0488,-94.4181)};var g_eeec7360285b245c44f529cfd7422f4c = new google.maps.Geocoder();g_eeec7360285b245c44f529cfd7422f4c.geocode( { 'address': "20 W Main St, Madelia, MN 56062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madelia-MN-alliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('madelia-MN-alliance-bank'), mapOptions);}document.getElementById('bbbd811d').innerHTML += ' | View Map';var $leeec7360285b245c44f529cfd7422f4c = '

Alliance Bank

Address: 20 W Main St, Madelia, MN 56062
Phone: (507) 642-3236
';var m_eeec7360285b245c44f529cfd7422f4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank',});m_eeec7360285b245c44f529cfd7422f4c['infowindow'] = new google.maps.InfoWindow({content: $leeec7360285b245c44f529cfd7422f4c});var infowindow = new google.maps.InfoWindow({content: $leeec7360285b245c44f529cfd7422f4c});google.maps.event.addListener(m_eeec7360285b245c44f529cfd7422f4c, 'click', function() {infowindow.open(map,m_eeec7360285b245c44f529cfd7422f4c);});$marker.push(m_eeec7360285b245c44f529cfd7422f4c);}});}google.maps.event.addDomListener(window, 'load', initialize);