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.3354,-90.3864)};var g_9dcaea596aa3d815264353f4211ae362 = new google.maps.Geocoder();g_9dcaea596aa3d815264353f4211ae362.geocode( { 'address': "195 W Court St, Richland Center, WI 53581, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richland-center-WI-richland-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('richland-center-WI-richland-county-bank'), mapOptions);}document.getElementById('453c8a57').innerHTML += ' | View Map';var $l9dcaea596aa3d815264353f4211ae362 = '

Richland County Bank

Address: 195 W Court St, Richland Center, WI 53581, USA
Phone: (608) 647-6306
';var m_9dcaea596aa3d815264353f4211ae362 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richland County Bank',});m_9dcaea596aa3d815264353f4211ae362['infowindow'] = new google.maps.InfoWindow({content: $l9dcaea596aa3d815264353f4211ae362});var infowindow = new google.maps.InfoWindow({content: $l9dcaea596aa3d815264353f4211ae362});google.maps.event.addListener(m_9dcaea596aa3d815264353f4211ae362, 'click', function() {infowindow.open(map,m_9dcaea596aa3d815264353f4211ae362);});$marker.push(m_9dcaea596aa3d815264353f4211ae362);}});}google.maps.event.addDomListener(window, 'load', initialize);