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.6942,-87.8669)};var g_7bda1a1c4b780f467d4ece9a47eb5c1b = new google.maps.Geocoder();g_7bda1a1c4b780f467d4ece9a47eb5c1b.geocode( { 'address': "3049 S Oakes Rd, Sturtevant, WI 53177, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturtevant-WI-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('sturtevant-WI-guaranty-bank'), mapOptions);}document.getElementById('64118fa7').innerHTML += ' | View Map';var $l7bda1a1c4b780f467d4ece9a47eb5c1b = '

Guaranty Bank

Address: 3049 S Oakes Rd, Sturtevant, WI 53177, USA
Phone: (800) 235-4636
';var m_7bda1a1c4b780f467d4ece9a47eb5c1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_7bda1a1c4b780f467d4ece9a47eb5c1b['infowindow'] = new google.maps.InfoWindow({content: $l7bda1a1c4b780f467d4ece9a47eb5c1b});var infowindow = new google.maps.InfoWindow({content: $l7bda1a1c4b780f467d4ece9a47eb5c1b});google.maps.event.addListener(m_7bda1a1c4b780f467d4ece9a47eb5c1b, 'click', function() {infowindow.open(map,m_7bda1a1c4b780f467d4ece9a47eb5c1b);});$marker.push(m_7bda1a1c4b780f467d4ece9a47eb5c1b);}});}google.maps.event.addDomListener(window, 'load', initialize);