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(42.7013,-87.8538)};var g_39ca6ceb6485149be939fca941f73e4a = new google.maps.Geocoder();g_39ca6ceb6485149be939fca941f73e4a.geocode( { 'address': "6031 Regency W Dr, Mt Pleasant, WI 53406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-WI-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-WI-guaranty-bank'), mapOptions);}document.getElementById('b686492e').innerHTML += ' | View Map';var $l39ca6ceb6485149be939fca941f73e4a = '

Guaranty Bank

Address: 6031 Regency W Dr, Mt Pleasant, WI 53406, USA
Phone: (800) 235-4636
';var m_39ca6ceb6485149be939fca941f73e4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_39ca6ceb6485149be939fca941f73e4a['infowindow'] = new google.maps.InfoWindow({content: $l39ca6ceb6485149be939fca941f73e4a});var infowindow = new google.maps.InfoWindow({content: $l39ca6ceb6485149be939fca941f73e4a});google.maps.event.addListener(m_39ca6ceb6485149be939fca941f73e4a, 'click', function() {infowindow.open(map,m_39ca6ceb6485149be939fca941f73e4a);});$marker.push(m_39ca6ceb6485149be939fca941f73e4a);}});}google.maps.event.addDomListener(window, 'load', initialize);