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.1955,-89.3313)};var g_eb0629c0010492026f66d04ba8263df2 = new google.maps.Geocoder();g_eb0629c0010492026f66d04ba8263df2.geocode( { 'address': "4021 Meridian Drive, Windsor, WI 53598, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-WI-settlers-bank').style.display = '';map = new google.maps.Map(document.getElementById('windsor-WI-settlers-bank'), mapOptions);}document.getElementById('3fe9673d').innerHTML += ' | View Map';var $leb0629c0010492026f66d04ba8263df2 = '

Settlers Bank

Address: 4021 Meridian Drive, Windsor, WI 53598, USA
Phone: (608) 842-5000
';var m_eb0629c0010492026f66d04ba8263df2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Settlers Bank',});m_eb0629c0010492026f66d04ba8263df2['infowindow'] = new google.maps.InfoWindow({content: $leb0629c0010492026f66d04ba8263df2});var infowindow = new google.maps.InfoWindow({content: $leb0629c0010492026f66d04ba8263df2});google.maps.event.addListener(m_eb0629c0010492026f66d04ba8263df2, 'click', function() {infowindow.open(map,m_eb0629c0010492026f66d04ba8263df2);});$marker.push(m_eb0629c0010492026f66d04ba8263df2);}});}google.maps.event.addDomListener(window, 'load', initialize);