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(45.2495,-92.2726)};var g_68f1b1593fb9c9a9d72235f350541e18 = new google.maps.Geocoder();g_68f1b1593fb9c9a9d72235f350541e18.geocode( { 'address': "327 3rd Ave, Clear Lake, WI 54005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clear-lake-WI-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('clear-lake-WI-firstmerit-bank'), mapOptions);}document.getElementById('9b2db286').innerHTML += ' | View Map';var $l68f1b1593fb9c9a9d72235f350541e18 = '

FirstMerit Bank

Address: 327 3rd Ave, Clear Lake, WI 54005
Phone: (715) 263-2675
';var m_68f1b1593fb9c9a9d72235f350541e18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_68f1b1593fb9c9a9d72235f350541e18['infowindow'] = new google.maps.InfoWindow({content: $l68f1b1593fb9c9a9d72235f350541e18});var infowindow = new google.maps.InfoWindow({content: $l68f1b1593fb9c9a9d72235f350541e18});google.maps.event.addListener(m_68f1b1593fb9c9a9d72235f350541e18, 'click', function() {infowindow.open(map,m_68f1b1593fb9c9a9d72235f350541e18);});$marker.push(m_68f1b1593fb9c9a9d72235f350541e18);}});}google.maps.event.addDomListener(window, 'load', initialize);