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(43.5444,-89.4733)};var g_5117923acfec808f84c1108340268328 = new google.maps.Geocoder();g_5117923acfec808f84c1108340268328.geocode( { 'address': "2930 New Pinery Rd, Portage, WI 53901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-WI-community-bank-of-portage').style.display = '';map = new google.maps.Map(document.getElementById('portage-WI-community-bank-of-portage'), mapOptions);}document.getElementById('103ea564').innerHTML += ' | View Map';var $l5117923acfec808f84c1108340268328 = '

Community Bank Of Portage

Address: 2930 New Pinery Rd, Portage, WI 53901
Phone: (608) 745-4300
';var m_5117923acfec808f84c1108340268328 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Portage',});m_5117923acfec808f84c1108340268328['infowindow'] = new google.maps.InfoWindow({content: $l5117923acfec808f84c1108340268328});var infowindow = new google.maps.InfoWindow({content: $l5117923acfec808f84c1108340268328});google.maps.event.addListener(m_5117923acfec808f84c1108340268328, 'click', function() {infowindow.open(map,m_5117923acfec808f84c1108340268328);});$marker.push(m_5117923acfec808f84c1108340268328);}});}google.maps.event.addDomListener(window, 'load', initialize);