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.5259,-89.774)};var g_f06a642b52d91adfa0168b737bd60db9 = new google.maps.Geocoder();g_f06a642b52d91adfa0168b737bd60db9.geocode( { 'address': "110 Linn St, Baraboo, WI 53913"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baraboo-WI-river-cities-bank').style.display = '';map = new google.maps.Map(document.getElementById('baraboo-WI-river-cities-bank'), mapOptions);}document.getElementById('4af5ec9f').innerHTML += ' | View Map';var $lf06a642b52d91adfa0168b737bd60db9 = '

River Cities Bank

Address: 110 Linn St, Baraboo, WI 53913
Phone: (608) 448-2535
';var m_f06a642b52d91adfa0168b737bd60db9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Cities Bank',});m_f06a642b52d91adfa0168b737bd60db9['infowindow'] = new google.maps.InfoWindow({content: $lf06a642b52d91adfa0168b737bd60db9});var infowindow = new google.maps.InfoWindow({content: $lf06a642b52d91adfa0168b737bd60db9});google.maps.event.addListener(m_f06a642b52d91adfa0168b737bd60db9, 'click', function() {infowindow.open(map,m_f06a642b52d91adfa0168b737bd60db9);});$marker.push(m_f06a642b52d91adfa0168b737bd60db9);}});}google.maps.event.addDomListener(window, 'load', initialize);