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_685b3783d06479c69728cb1d237209c1 = new google.maps.Geocoder();g_685b3783d06479c69728cb1d237209c1.geocode( { 'address': "3821 80th St S, Wisconsin Rapids, WI 54494"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wisconsin-rapids-WI-kellner-branch-bank').style.display = '';map = new google.maps.Map(document.getElementById('wisconsin-rapids-WI-kellner-branch-bank'), mapOptions);}document.getElementById('60995d8d').innerHTML += ' | View Map';var $l685b3783d06479c69728cb1d237209c1 = '

Kellner Branch Bank

Address: 3821 80th St S, Wisconsin Rapids, WI 54494
Phone: (715) 421-1660
';var m_685b3783d06479c69728cb1d237209c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kellner Branch Bank',});m_685b3783d06479c69728cb1d237209c1['infowindow'] = new google.maps.InfoWindow({content: $l685b3783d06479c69728cb1d237209c1});var infowindow = new google.maps.InfoWindow({content: $l685b3783d06479c69728cb1d237209c1});google.maps.event.addListener(m_685b3783d06479c69728cb1d237209c1, 'click', function() {infowindow.open(map,m_685b3783d06479c69728cb1d237209c1);});$marker.push(m_685b3783d06479c69728cb1d237209c1);}});}google.maps.event.addDomListener(window, 'load', initialize);