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(42.967,-90.4307)};var g_13f28331544668e5081ad31235242a34 = new google.maps.Geocoder();g_13f28331544668e5081ad31235242a34.geocode( { 'address': "607 S Wall St, Montfort, WI 53569, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montfort-WI-clare-bank').style.display = '';map = new google.maps.Map(document.getElementById('montfort-WI-clare-bank'), mapOptions);}document.getElementById('36653492').innerHTML += ' | View Map';var $l13f28331544668e5081ad31235242a34 = '

Clare Bank

Address: 607 S Wall St, Montfort, WI 53569, USA
Phone: (608) 943-6304
';var m_13f28331544668e5081ad31235242a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clare Bank',});m_13f28331544668e5081ad31235242a34['infowindow'] = new google.maps.InfoWindow({content: $l13f28331544668e5081ad31235242a34});var infowindow = new google.maps.InfoWindow({content: $l13f28331544668e5081ad31235242a34});google.maps.event.addListener(m_13f28331544668e5081ad31235242a34, 'click', function() {infowindow.open(map,m_13f28331544668e5081ad31235242a34);});$marker.push(m_13f28331544668e5081ad31235242a34);}});}google.maps.event.addDomListener(window, 'load', initialize);