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.1747,-88.0655)};var g_0867b8dcfcd80f0f71a959ae1b6fa181 = new google.maps.Geocoder();g_0867b8dcfcd80f0f71a959ae1b6fa181.geocode( { 'address': "103 N Main St, Brillion, WI 54110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brillion-WI-calumet-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('brillion-WI-calumet-county-bank'), mapOptions);}document.getElementById('9bde95ac').innerHTML += ' | View Map';var $l0867b8dcfcd80f0f71a959ae1b6fa181 = '

Calumet County Bank

Address: 103 N Main St, Brillion, WI 54110
Phone: (920) 756-2181
';var m_0867b8dcfcd80f0f71a959ae1b6fa181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calumet County Bank',});m_0867b8dcfcd80f0f71a959ae1b6fa181['infowindow'] = new google.maps.InfoWindow({content: $l0867b8dcfcd80f0f71a959ae1b6fa181});var infowindow = new google.maps.InfoWindow({content: $l0867b8dcfcd80f0f71a959ae1b6fa181});google.maps.event.addListener(m_0867b8dcfcd80f0f71a959ae1b6fa181, 'click', function() {infowindow.open(map,m_0867b8dcfcd80f0f71a959ae1b6fa181);});$marker.push(m_0867b8dcfcd80f0f71a959ae1b6fa181);}});}google.maps.event.addDomListener(window, 'load', initialize);