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.3972,-88.5306)};var g_54bca824f5fa890e036fb9191bcdc324 = new google.maps.Geocoder();g_54bca824f5fa890e036fb9191bcdc324.geocode( { 'address': "156 S Main St, Iron Ridge, WI 53035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iron-ridge-WI-horicon-bank').style.display = '';map = new google.maps.Map(document.getElementById('iron-ridge-WI-horicon-bank'), mapOptions);}document.getElementById('dd6c763a').innerHTML += ' | View Map';var $l54bca824f5fa890e036fb9191bcdc324 = '

Horicon Bank

Address: 156 S Main St, Iron Ridge, WI 53035, USA
Phone: (920) 387-3640
';var m_54bca824f5fa890e036fb9191bcdc324 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horicon Bank',});m_54bca824f5fa890e036fb9191bcdc324['infowindow'] = new google.maps.InfoWindow({content: $l54bca824f5fa890e036fb9191bcdc324});var infowindow = new google.maps.InfoWindow({content: $l54bca824f5fa890e036fb9191bcdc324});google.maps.event.addListener(m_54bca824f5fa890e036fb9191bcdc324, 'click', function() {infowindow.open(map,m_54bca824f5fa890e036fb9191bcdc324);});$marker.push(m_54bca824f5fa890e036fb9191bcdc324);}});}google.maps.event.addDomListener(window, 'load', initialize);