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.2737,-89.7372)};var g_04fe53ba19edf4c5dac738fc5a75266e = new google.maps.Geocoder();g_04fe53ba19edf4c5dac738fc5a75266e.geocode( { 'address': "603 Phillips Blvd, Sauk City, WI 53583"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sauk-city-WI-sauk-prairie-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('sauk-city-WI-sauk-prairie-community-bank'), mapOptions);}document.getElementById('1a0a28db').innerHTML += ' | View Map';var $l04fe53ba19edf4c5dac738fc5a75266e = '

Sauk Prairie Community Bank

Address: 603 Phillips Blvd, Sauk City, WI 53583
Phone: (608) 643-2265
';var m_04fe53ba19edf4c5dac738fc5a75266e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sauk Prairie Community Bank',});m_04fe53ba19edf4c5dac738fc5a75266e['infowindow'] = new google.maps.InfoWindow({content: $l04fe53ba19edf4c5dac738fc5a75266e});var infowindow = new google.maps.InfoWindow({content: $l04fe53ba19edf4c5dac738fc5a75266e});google.maps.event.addListener(m_04fe53ba19edf4c5dac738fc5a75266e, 'click', function() {infowindow.open(map,m_04fe53ba19edf4c5dac738fc5a75266e);});$marker.push(m_04fe53ba19edf4c5dac738fc5a75266e);}});}google.maps.event.addDomListener(window, 'load', initialize);