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.0919,-89.3555)};var g_01d805981dea6c8ad6838905a456c374 = new google.maps.Geocoder();g_01d805981dea6c8ad6838905a456c374.geocode( { 'address': "1965 Atwood Ave, Madison, WI 53704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-monona-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-monona-state-bank'), mapOptions);}document.getElementById('0eb8eacd').innerHTML += ' | View Map';var $l01d805981dea6c8ad6838905a456c374 = '

Monona State Bank

Address: 1965 Atwood Ave, Madison, WI 53704, USA
Phone: (608) 284-8383
';var m_01d805981dea6c8ad6838905a456c374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monona State Bank',});m_01d805981dea6c8ad6838905a456c374['infowindow'] = new google.maps.InfoWindow({content: $l01d805981dea6c8ad6838905a456c374});var infowindow = new google.maps.InfoWindow({content: $l01d805981dea6c8ad6838905a456c374});google.maps.event.addListener(m_01d805981dea6c8ad6838905a456c374, 'click', function() {infowindow.open(map,m_01d805981dea6c8ad6838905a456c374);});$marker.push(m_01d805981dea6c8ad6838905a456c374);}});}google.maps.event.addDomListener(window, 'load', initialize);