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.7337,-90.4823)};var g_ac880cc95ef925903b141e15e94094ed = new google.maps.Geocoder();g_ac880cc95ef925903b141e15e94094ed.geocode( { 'address': "345 W Pine St, Platteville, WI 53818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('platteville-WI-montfort-bancorporation-inc').style.display = '';map = new google.maps.Map(document.getElementById('platteville-WI-montfort-bancorporation-inc'), mapOptions);}document.getElementById('62e5b244').innerHTML += ' | View Map';var $lac880cc95ef925903b141e15e94094ed = '

Montfort Bancorporation Inc

Address: 345 W Pine St, Platteville, WI 53818, USA
Phone: (608) 348-2727
';var m_ac880cc95ef925903b141e15e94094ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Montfort Bancorporation Inc',});m_ac880cc95ef925903b141e15e94094ed['infowindow'] = new google.maps.InfoWindow({content: $lac880cc95ef925903b141e15e94094ed});var infowindow = new google.maps.InfoWindow({content: $lac880cc95ef925903b141e15e94094ed});google.maps.event.addListener(m_ac880cc95ef925903b141e15e94094ed, 'click', function() {infowindow.open(map,m_ac880cc95ef925903b141e15e94094ed);});$marker.push(m_ac880cc95ef925903b141e15e94094ed);}});}google.maps.event.addDomListener(window, 'load', initialize);