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.6239,-88.7637)};var g_85d52e4d4b40d62fa159037686630a7c = new google.maps.Geocoder();g_85d52e4d4b40d62fa159037686630a7c.geocode( { 'address': "60 10th St, Clintonville, WI 54929, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clintonville-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('clintonville-WI-bmo-harris-bank'), mapOptions);}document.getElementById('5aaa05d1').innerHTML += ' | View Map';var $l85d52e4d4b40d62fa159037686630a7c = '

BMO Harris Bank

Address: 60 10th St, Clintonville, WI 54929, USA
Phone: (715) 823-3188
';var m_85d52e4d4b40d62fa159037686630a7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_85d52e4d4b40d62fa159037686630a7c['infowindow'] = new google.maps.InfoWindow({content: $l85d52e4d4b40d62fa159037686630a7c});var infowindow = new google.maps.InfoWindow({content: $l85d52e4d4b40d62fa159037686630a7c});google.maps.event.addListener(m_85d52e4d4b40d62fa159037686630a7c, 'click', function() {infowindow.open(map,m_85d52e4d4b40d62fa159037686630a7c);});$marker.push(m_85d52e4d4b40d62fa159037686630a7c);}});}google.maps.event.addDomListener(window, 'load', initialize);