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.1216,-88.9241)};var g_f77fbaf5f9a4af172096674207fad036 = new google.maps.Geocoder();g_f77fbaf5f9a4af172096674207fad036.geocode( { 'address': "N4386 State Road 49, Poy Sippi, WI 54967"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poy-sippi-WI-baylake-bank').style.display = '';map = new google.maps.Map(document.getElementById('poy-sippi-WI-baylake-bank'), mapOptions);}document.getElementById('b1e32a8e').innerHTML += ' | View Map';var $lf77fbaf5f9a4af172096674207fad036 = '

Baylake Bank

Address: N4386 State Road 49, Poy Sippi, WI 54967
Phone: (920) 987-5131
';var m_f77fbaf5f9a4af172096674207fad036 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baylake Bank',});m_f77fbaf5f9a4af172096674207fad036['infowindow'] = new google.maps.InfoWindow({content: $lf77fbaf5f9a4af172096674207fad036});var infowindow = new google.maps.InfoWindow({content: $lf77fbaf5f9a4af172096674207fad036});google.maps.event.addListener(m_f77fbaf5f9a4af172096674207fad036, 'click', function() {infowindow.open(map,m_f77fbaf5f9a4af172096674207fad036);});$marker.push(m_f77fbaf5f9a4af172096674207fad036);}});}google.maps.event.addDomListener(window, 'load', initialize);