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(44.3533,-89.7487)};var g_8f9ce617eb3df2feafb5803cbb0e949f = new google.maps.Geocoder();g_8f9ce617eb3df2feafb5803cbb0e949f.geocode( { 'address': "1601 Lincoln St, Wisconsin Rapids, WI 54494"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wisconsin-rapids-WI-river-cities-bank').style.display = '';map = new google.maps.Map(document.getElementById('wisconsin-rapids-WI-river-cities-bank'), mapOptions);}document.getElementById('8b21d8e2').innerHTML += ' | View Map';var $l8f9ce617eb3df2feafb5803cbb0e949f = '

River Cities Bank

Address: 1601 Lincoln St, Wisconsin Rapids, WI 54494
Phone: (715) 422-1100
';var m_8f9ce617eb3df2feafb5803cbb0e949f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Cities Bank',});m_8f9ce617eb3df2feafb5803cbb0e949f['infowindow'] = new google.maps.InfoWindow({content: $l8f9ce617eb3df2feafb5803cbb0e949f});var infowindow = new google.maps.InfoWindow({content: $l8f9ce617eb3df2feafb5803cbb0e949f});google.maps.event.addListener(m_8f9ce617eb3df2feafb5803cbb0e949f, 'click', function() {infowindow.open(map,m_8f9ce617eb3df2feafb5803cbb0e949f);});$marker.push(m_8f9ce617eb3df2feafb5803cbb0e949f);}});}google.maps.event.addDomListener(window, 'load', initialize);