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.4518,-88.6314)};var g_f54141dc1fa8e736b45244428874ce46 = new google.maps.Geocoder();g_f54141dc1fa8e736b45244428874ce46.geocode( { 'address': "326 E Lake St, Horicon, WI 53032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horicon-WI-horicon-bank').style.display = '';map = new google.maps.Map(document.getElementById('horicon-WI-horicon-bank'), mapOptions);}document.getElementById('661bb11e').innerHTML += ' | View Map';var $lf54141dc1fa8e736b45244428874ce46 = '

Horicon Bank

Address: 326 E Lake St, Horicon, WI 53032, USA
Phone: (920) 485-3040
';var m_f54141dc1fa8e736b45244428874ce46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horicon Bank',});m_f54141dc1fa8e736b45244428874ce46['infowindow'] = new google.maps.InfoWindow({content: $lf54141dc1fa8e736b45244428874ce46});var infowindow = new google.maps.InfoWindow({content: $lf54141dc1fa8e736b45244428874ce46});google.maps.event.addListener(m_f54141dc1fa8e736b45244428874ce46, 'click', function() {infowindow.open(map,m_f54141dc1fa8e736b45244428874ce46);});$marker.push(m_f54141dc1fa8e736b45244428874ce46);}});}google.maps.event.addDomListener(window, 'load', initialize);