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.1153,-89.5249)};var g_11aa6498304a996e1efc6720e1a1a630 = new google.maps.Geocoder();g_11aa6498304a996e1efc6720e1a1a630.geocode( { 'address': "6800 Century Ave, Middleton, WI 53562"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleton-WI-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('middleton-WI-guaranty-bank'), mapOptions);}document.getElementById('617de768').innerHTML += ' | View Map';var $l11aa6498304a996e1efc6720e1a1a630 = '

Guaranty Bank

Address: 6800 Century Ave, Middleton, WI 53562
Phone: (608) 664-1768
';var m_11aa6498304a996e1efc6720e1a1a630 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_11aa6498304a996e1efc6720e1a1a630['infowindow'] = new google.maps.InfoWindow({content: $l11aa6498304a996e1efc6720e1a1a630});var infowindow = new google.maps.InfoWindow({content: $l11aa6498304a996e1efc6720e1a1a630});google.maps.event.addListener(m_11aa6498304a996e1efc6720e1a1a630, 'click', function() {infowindow.open(map,m_11aa6498304a996e1efc6720e1a1a630);});$marker.push(m_11aa6498304a996e1efc6720e1a1a630);}});}google.maps.event.addDomListener(window, 'load', initialize);