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.9034,-88.341)};var g_498251b55c9d559d2ce5448191f3a853 = new google.maps.Geocoder();g_498251b55c9d559d2ce5448191f3a853.geocode( { 'address': "160 W Park St, Gillett, WI 54124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gillett-WI-wisconsin-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('gillett-WI-wisconsin-bank-trust'), mapOptions);}document.getElementById('da357c92').innerHTML += ' | View Map';var $l498251b55c9d559d2ce5448191f3a853 = '

Wisconsin Bank & Trust

Address: 160 W Park St, Gillett, WI 54124
Phone: (920) 855-1693
';var m_498251b55c9d559d2ce5448191f3a853 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wisconsin Bank & Trust',});m_498251b55c9d559d2ce5448191f3a853['infowindow'] = new google.maps.InfoWindow({content: $l498251b55c9d559d2ce5448191f3a853});var infowindow = new google.maps.InfoWindow({content: $l498251b55c9d559d2ce5448191f3a853});google.maps.event.addListener(m_498251b55c9d559d2ce5448191f3a853, 'click', function() {infowindow.open(map,m_498251b55c9d559d2ce5448191f3a853);});$marker.push(m_498251b55c9d559d2ce5448191f3a853);}});}google.maps.event.addDomListener(window, 'load', initialize);