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.536,-92.0181)};var g_7608c59debcb89d7ae17ffde1b23f455 = new google.maps.Geocoder();g_7608c59debcb89d7ae17ffde1b23f455.geocode( { 'address': "1485 2nd Ave, Cumberland, WI 54829"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-WI-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-WI-u-s-bank'), mapOptions);}document.getElementById('c12a5b93').innerHTML += ' | View Map';var $l7608c59debcb89d7ae17ffde1b23f455 = '

U.S. Bank

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