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.2272,-91.8357)};var g_44386f4b9dd1e1b54d3934939379c1e9 = new google.maps.Geocoder();g_44386f4b9dd1e1b54d3934939379c1e9.geocode( { 'address': "103 S Main St, Cochrane, WI 54622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cochrane-WI-alliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('cochrane-WI-alliance-bank'), mapOptions);}document.getElementById('56a3b5d1').innerHTML += ' | View Map';var $l44386f4b9dd1e1b54d3934939379c1e9 = '

Alliance Bank

Address: 103 S Main St, Cochrane, WI 54622, USA
Phone: (608) 248-2236
';var m_44386f4b9dd1e1b54d3934939379c1e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank',});m_44386f4b9dd1e1b54d3934939379c1e9['infowindow'] = new google.maps.InfoWindow({content: $l44386f4b9dd1e1b54d3934939379c1e9});var infowindow = new google.maps.InfoWindow({content: $l44386f4b9dd1e1b54d3934939379c1e9});google.maps.event.addListener(m_44386f4b9dd1e1b54d3934939379c1e9, 'click', function() {infowindow.open(map,m_44386f4b9dd1e1b54d3934939379c1e9);});$marker.push(m_44386f4b9dd1e1b54d3934939379c1e9);}});}google.maps.event.addDomListener(window, 'load', initialize);