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(45.0176,-87.2829)};var g_f2f52c41df6c7a80dd89f592f245a9d8 = new google.maps.Geocoder();g_f2f52c41df6c7a80dd89f592f245a9d8.geocode( { 'address': "7842 State Highway 42, Egg Harbor, WI 54209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('egg-harbor-WI-baylake-bank').style.display = '';map = new google.maps.Map(document.getElementById('egg-harbor-WI-baylake-bank'), mapOptions);}document.getElementById('5ee083b1').innerHTML += ' | View Map';var $lf2f52c41df6c7a80dd89f592f245a9d8 = '

Baylake Bank

Address: 7842 State Highway 42, Egg Harbor, WI 54209
Phone: (920) 868-3871
';var m_f2f52c41df6c7a80dd89f592f245a9d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baylake Bank',});m_f2f52c41df6c7a80dd89f592f245a9d8['infowindow'] = new google.maps.InfoWindow({content: $lf2f52c41df6c7a80dd89f592f245a9d8});var infowindow = new google.maps.InfoWindow({content: $lf2f52c41df6c7a80dd89f592f245a9d8});google.maps.event.addListener(m_f2f52c41df6c7a80dd89f592f245a9d8, 'click', function() {infowindow.open(map,m_f2f52c41df6c7a80dd89f592f245a9d8);});$marker.push(m_f2f52c41df6c7a80dd89f592f245a9d8);}});}google.maps.event.addDomListener(window, 'load', initialize);