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.0457,-89.3224)};var g_698d16feb3978697edb152db5bdf80c7 = new google.maps.Geocoder();g_698d16feb3978697edb152db5bdf80c7.geocode( { 'address': "6540 Monona Dr, Monona, WI 53716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monona-WI-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('monona-WI-guaranty-bank'), mapOptions);}document.getElementById('76cab9de').innerHTML += ' | View Map';var $l698d16feb3978697edb152db5bdf80c7 = '

Guaranty Bank

Address: 6540 Monona Dr, Monona, WI 53716, USA
Phone: (800) 235-4636
';var m_698d16feb3978697edb152db5bdf80c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_698d16feb3978697edb152db5bdf80c7['infowindow'] = new google.maps.InfoWindow({content: $l698d16feb3978697edb152db5bdf80c7});var infowindow = new google.maps.InfoWindow({content: $l698d16feb3978697edb152db5bdf80c7});google.maps.event.addListener(m_698d16feb3978697edb152db5bdf80c7, 'click', function() {infowindow.open(map,m_698d16feb3978697edb152db5bdf80c7);});$marker.push(m_698d16feb3978697edb152db5bdf80c7);}});}google.maps.event.addDomListener(window, 'load', initialize);