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.8395,-88.9696)};var g_517f24c02e620d5a4dac1db388664a63 = new google.maps.Geocoder();g_517f24c02e620d5a4dac1db388664a63.geocode( { 'address': "515 Hill St, Green Lake, WI 54941"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-lake-WI-horicon-bank').style.display = '';map = new google.maps.Map(document.getElementById('green-lake-WI-horicon-bank'), mapOptions);}document.getElementById('8b68a88d').innerHTML += ' | View Map';var $l517f24c02e620d5a4dac1db388664a63 = '

Horicon Bank

Address: 515 Hill St, Green Lake, WI 54941
Phone: (920) 294-3369
';var m_517f24c02e620d5a4dac1db388664a63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horicon Bank',});m_517f24c02e620d5a4dac1db388664a63['infowindow'] = new google.maps.InfoWindow({content: $l517f24c02e620d5a4dac1db388664a63});var infowindow = new google.maps.InfoWindow({content: $l517f24c02e620d5a4dac1db388664a63});google.maps.event.addListener(m_517f24c02e620d5a4dac1db388664a63, 'click', function() {infowindow.open(map,m_517f24c02e620d5a4dac1db388664a63);});$marker.push(m_517f24c02e620d5a4dac1db388664a63);}});}google.maps.event.addDomListener(window, 'load', initialize);