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(45.2177,-91.9069)};var g_c8527218412d059485fa8ffba8ca495f = new google.maps.Geocoder();g_c8527218412d059485fa8ffba8ca495f.geocode( { 'address': "101 Center St, Ridgeland, WI 54763"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-WI-community-bank-of-ridgeland').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-WI-community-bank-of-ridgeland'), mapOptions);}document.getElementById('c96b80cf').innerHTML += ' | View Map';var $lc8527218412d059485fa8ffba8ca495f = '

Community Bank Of Ridgeland

Address: 101 Center St, Ridgeland, WI 54763
Phone: (715) 949-2000
';var m_c8527218412d059485fa8ffba8ca495f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Ridgeland',});m_c8527218412d059485fa8ffba8ca495f['infowindow'] = new google.maps.InfoWindow({content: $lc8527218412d059485fa8ffba8ca495f});var infowindow = new google.maps.InfoWindow({content: $lc8527218412d059485fa8ffba8ca495f});google.maps.event.addListener(m_c8527218412d059485fa8ffba8ca495f, 'click', function() {infowindow.open(map,m_c8527218412d059485fa8ffba8ca495f);});$marker.push(m_c8527218412d059485fa8ffba8ca495f);}});}google.maps.event.addDomListener(window, 'load', initialize);