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.4864,-89.7286)};var g_c11281176103b132f549274a2dbee8ba = new google.maps.Geocoder();g_c11281176103b132f549274a2dbee8ba.geocode( { 'address': "1218 N 4th St #100, Tomahawk, WI 54487, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomahawk-WI-river-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('tomahawk-WI-river-valley-bank'), mapOptions);}document.getElementById('82c9b4dc').innerHTML += ' | View Map';var $lc11281176103b132f549274a2dbee8ba = '

River Valley Bank

Address: 1218 N 4th St #100, Tomahawk, WI 54487, USA
Phone: (888) 842-0221
';var m_c11281176103b132f549274a2dbee8ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Valley Bank',});m_c11281176103b132f549274a2dbee8ba['infowindow'] = new google.maps.InfoWindow({content: $lc11281176103b132f549274a2dbee8ba});var infowindow = new google.maps.InfoWindow({content: $lc11281176103b132f549274a2dbee8ba});google.maps.event.addListener(m_c11281176103b132f549274a2dbee8ba, 'click', function() {infowindow.open(map,m_c11281176103b132f549274a2dbee8ba);});$marker.push(m_c11281176103b132f549274a2dbee8ba);}});}google.maps.event.addDomListener(window, 'load', initialize);