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(42.6195,-89.3762)};var g_20946891a0a52cf044c6a75ad3f985f1 = new google.maps.Geocoder();g_20946891a0a52cf044c6a75ad3f985f1.geocode( { 'address': "806 E Exchange St, Brodhead, WI 53520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brodhead-WI-bank-of-brodhead').style.display = '';map = new google.maps.Map(document.getElementById('brodhead-WI-bank-of-brodhead'), mapOptions);}document.getElementById('58601d33').innerHTML += ' | View Map';var $l20946891a0a52cf044c6a75ad3f985f1 = '

Bank of Brodhead

Address: 806 E Exchange St, Brodhead, WI 53520, USA
Phone: (608) 897-2121
';var m_20946891a0a52cf044c6a75ad3f985f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Brodhead',});m_20946891a0a52cf044c6a75ad3f985f1['infowindow'] = new google.maps.InfoWindow({content: $l20946891a0a52cf044c6a75ad3f985f1});var infowindow = new google.maps.InfoWindow({content: $l20946891a0a52cf044c6a75ad3f985f1});google.maps.event.addListener(m_20946891a0a52cf044c6a75ad3f985f1, 'click', function() {infowindow.open(map,m_20946891a0a52cf044c6a75ad3f985f1);});$marker.push(m_20946891a0a52cf044c6a75ad3f985f1);}});}google.maps.event.addDomListener(window, 'load', initialize);