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.7344,-88.7777)};var g_611123c61982764c7208025cc4198b26 = new google.maps.Geocoder();g_611123c61982764c7208025cc4198b26.geocode( { 'address': "112 S Woodward St, Brandon, WI 53919, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-WI-brandon-bank').style.display = '';map = new google.maps.Map(document.getElementById('brandon-WI-brandon-bank'), mapOptions);}document.getElementById('ee8cae19').innerHTML += ' | View Map';var $l611123c61982764c7208025cc4198b26 = '

Brandon Bank

Address: 112 S Woodward St, Brandon, WI 53919, USA
Phone: (920) 346-5551
';var m_611123c61982764c7208025cc4198b26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brandon Bank',});m_611123c61982764c7208025cc4198b26['infowindow'] = new google.maps.InfoWindow({content: $l611123c61982764c7208025cc4198b26});var infowindow = new google.maps.InfoWindow({content: $l611123c61982764c7208025cc4198b26});google.maps.event.addListener(m_611123c61982764c7208025cc4198b26, 'click', function() {infowindow.open(map,m_611123c61982764c7208025cc4198b26);});$marker.push(m_611123c61982764c7208025cc4198b26);}});}google.maps.event.addDomListener(window, 'load', initialize);