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.7065,-88.9861)};var g_3703fc052c3a55272bf5d7a2621c404e = new google.maps.Geocoder();g_3703fc052c3a55272bf5d7a2621c404e.geocode( { 'address': "86 Water St, Markesan, WI 53946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('markesan-WI-fs-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('markesan-WI-fs-bancshares-inc'), mapOptions);}document.getElementById('148c9a13').innerHTML += ' | View Map';var $l3703fc052c3a55272bf5d7a2621c404e = '

FS Bancshares Inc

Address: 86 Water St, Markesan, WI 53946, USA
Phone: (920) 398-2336
';var m_3703fc052c3a55272bf5d7a2621c404e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FS Bancshares Inc',});m_3703fc052c3a55272bf5d7a2621c404e['infowindow'] = new google.maps.InfoWindow({content: $l3703fc052c3a55272bf5d7a2621c404e});var infowindow = new google.maps.InfoWindow({content: $l3703fc052c3a55272bf5d7a2621c404e});google.maps.event.addListener(m_3703fc052c3a55272bf5d7a2621c404e, 'click', function() {infowindow.open(map,m_3703fc052c3a55272bf5d7a2621c404e);});$marker.push(m_3703fc052c3a55272bf5d7a2621c404e);}});}google.maps.event.addDomListener(window, 'load', initialize);