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.7064,-89.892)};var g_eae4f6bcb74544e22156b0c45bab412f = new google.maps.Geocoder();g_eae4f6bcb74544e22156b0c45bab412f.geocode( { 'address': "149 S Wisconsin St, Lyndon Station, WI 53944"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndon-station-WI-bank-of-mauston').style.display = '';map = new google.maps.Map(document.getElementById('lyndon-station-WI-bank-of-mauston'), mapOptions);}document.getElementById('5154cd80').innerHTML += ' | View Map';var $leae4f6bcb74544e22156b0c45bab412f = '

Bank Of Mauston

Address: 149 S Wisconsin St, Lyndon Station, WI 53944
Phone: (608) 666-2411
';var m_eae4f6bcb74544e22156b0c45bab412f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Mauston',});m_eae4f6bcb74544e22156b0c45bab412f['infowindow'] = new google.maps.InfoWindow({content: $leae4f6bcb74544e22156b0c45bab412f});var infowindow = new google.maps.InfoWindow({content: $leae4f6bcb74544e22156b0c45bab412f});google.maps.event.addListener(m_eae4f6bcb74544e22156b0c45bab412f, 'click', function() {infowindow.open(map,m_eae4f6bcb74544e22156b0c45bab412f);});$marker.push(m_eae4f6bcb74544e22156b0c45bab412f);}});}google.maps.event.addDomListener(window, 'load', initialize);