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.5353,-92.0212)};var g_d5cffe66958c152a1b7002e800ad6cf2 = new google.maps.Geocoder();g_d5cffe66958c152a1b7002e800ad6cf2.geocode( { 'address': "1390 2nd Ave, Cumberland, WI 54829, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-WI-cumberland-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-WI-cumberland-federal-bank'), mapOptions);}document.getElementById('039528ab').innerHTML += ' | View Map';var $ld5cffe66958c152a1b7002e800ad6cf2 = '

Cumberland Federal Bank

Address: 1390 2nd Ave, Cumberland, WI 54829, USA
Phone: (715) 822-2249
';var m_d5cffe66958c152a1b7002e800ad6cf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland Federal Bank',});m_d5cffe66958c152a1b7002e800ad6cf2['infowindow'] = new google.maps.InfoWindow({content: $ld5cffe66958c152a1b7002e800ad6cf2});var infowindow = new google.maps.InfoWindow({content: $ld5cffe66958c152a1b7002e800ad6cf2});google.maps.event.addListener(m_d5cffe66958c152a1b7002e800ad6cf2, 'click', function() {infowindow.open(map,m_d5cffe66958c152a1b7002e800ad6cf2);});$marker.push(m_d5cffe66958c152a1b7002e800ad6cf2);}});}google.maps.event.addDomListener(window, 'load', initialize);