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.9671,-92.3738)};var g_69a9f2890f782f98d7efcbb2370a4f97 = new google.maps.Geocoder();g_69a9f2890f782f98d7efcbb2370a4f97.geocode( { 'address': "990 Main St, Baldwin, WI 54002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-WI-baldwin-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-WI-baldwin-bancshares-inc'), mapOptions);}document.getElementById('42d00220').innerHTML += ' | View Map';var $l69a9f2890f782f98d7efcbb2370a4f97 = '

Baldwin Bancshares Inc

Address: 990 Main St, Baldwin, WI 54002, USA
Phone: (715) 684-3366
';var m_69a9f2890f782f98d7efcbb2370a4f97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baldwin Bancshares Inc',});m_69a9f2890f782f98d7efcbb2370a4f97['infowindow'] = new google.maps.InfoWindow({content: $l69a9f2890f782f98d7efcbb2370a4f97});var infowindow = new google.maps.InfoWindow({content: $l69a9f2890f782f98d7efcbb2370a4f97});google.maps.event.addListener(m_69a9f2890f782f98d7efcbb2370a4f97, 'click', function() {infowindow.open(map,m_69a9f2890f782f98d7efcbb2370a4f97);});$marker.push(m_69a9f2890f782f98d7efcbb2370a4f97);}});}google.maps.event.addDomListener(window, 'load', initialize);