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.1052,-87.7015)};var g_4653dc197e56d94547c86d7a3af40833 = new google.maps.Geocoder();g_4653dc197e56d94547c86d7a3af40833.geocode( { 'address': "860 N Rapids Rd, Manitowoc, WI 54220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manitowoc-WI-investors-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('manitowoc-WI-investors-community-bank'), mapOptions);}document.getElementById('3087eb01').innerHTML += ' | View Map';var $l4653dc197e56d94547c86d7a3af40833 = '

Investors Community Bank

Address: 860 N Rapids Rd, Manitowoc, WI 54220, USA
Phone: (920) 686-9998
';var m_4653dc197e56d94547c86d7a3af40833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Community Bank',});m_4653dc197e56d94547c86d7a3af40833['infowindow'] = new google.maps.InfoWindow({content: $l4653dc197e56d94547c86d7a3af40833});var infowindow = new google.maps.InfoWindow({content: $l4653dc197e56d94547c86d7a3af40833});google.maps.event.addListener(m_4653dc197e56d94547c86d7a3af40833, 'click', function() {infowindow.open(map,m_4653dc197e56d94547c86d7a3af40833);});$marker.push(m_4653dc197e56d94547c86d7a3af40833);}});}google.maps.event.addDomListener(window, 'load', initialize);