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.303,-89.3412)};var g_294590f8ea96849dda853bf178cab105 = new google.maps.Geocoder();g_294590f8ea96849dda853bf178cab105.geocode( { 'address': "1155 County Road D, Almond, WI 54909"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('almond-WI-portage-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('almond-WI-portage-county-bank'), mapOptions);}document.getElementById('e6069690').innerHTML += ' | View Map';var $l294590f8ea96849dda853bf178cab105 = '

Portage County Bank

Address: 1155 County Road D, Almond, WI 54909
Phone: (715) 366-4311
';var m_294590f8ea96849dda853bf178cab105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Portage County Bank',});m_294590f8ea96849dda853bf178cab105['infowindow'] = new google.maps.InfoWindow({content: $l294590f8ea96849dda853bf178cab105});var infowindow = new google.maps.InfoWindow({content: $l294590f8ea96849dda853bf178cab105});google.maps.event.addListener(m_294590f8ea96849dda853bf178cab105, 'click', function() {infowindow.open(map,m_294590f8ea96849dda853bf178cab105);});$marker.push(m_294590f8ea96849dda853bf178cab105);}});}google.maps.event.addDomListener(window, 'load', initialize);