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.3854,-88.7482)};var g_c811585945099183f83eac81fd04f921 = new google.maps.Geocoder();g_c811585945099183f83eac81fd04f921.geocode( { 'address': "1008 N Shawano St, New London, WI 54961"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-WI-wolf-river-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-london-WI-wolf-river-community-bank'), mapOptions);}document.getElementById('15457d3f').innerHTML += ' | View Map';var $lc811585945099183f83eac81fd04f921 = '

Wolf River Community Bank

Address: 1008 N Shawano St, New London, WI 54961
Phone: (920) 982-0055
';var m_c811585945099183f83eac81fd04f921 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wolf River Community Bank',});m_c811585945099183f83eac81fd04f921['infowindow'] = new google.maps.InfoWindow({content: $lc811585945099183f83eac81fd04f921});var infowindow = new google.maps.InfoWindow({content: $lc811585945099183f83eac81fd04f921});google.maps.event.addListener(m_c811585945099183f83eac81fd04f921, 'click', function() {infowindow.open(map,m_c811585945099183f83eac81fd04f921);});$marker.push(m_c811585945099183f83eac81fd04f921);}});}google.maps.event.addDomListener(window, 'load', initialize);