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.2718,-89.7282)};var g_5c66220084e060c08a6f0c70f5d256df = new google.maps.Geocoder();g_5c66220084e060c08a6f0c70f5d256df.geocode( { 'address': "603 Phillips Blvd, Sauk City, WI 53583, USA"}, 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('6f68c747').innerHTML += ' | View Map';var $l5c66220084e060c08a6f0c70f5d256df = '

Sauk Prairie Community Bank

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