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.537,-92.0221)};var g_14fe4e79be621c0a2df561da31828bef = new google.maps.Geocoder();g_14fe4e79be621c0a2df561da31828bef.geocode( { 'address': "1485 2nd Ave, Cumberland, WI 54829, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-WI-us-bank-atm---rice-lake-cumberland').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-WI-us-bank-atm---rice-lake-cumberland'), mapOptions);}document.getElementById('82d65c14').innerHTML += ' | View Map';var $l14fe4e79be621c0a2df561da31828bef = '

U.S. Bank ATM - Rice Lake Cumberland

Address: 1485 2nd Ave, Cumberland, WI 54829, USA
Phone: (800) 872-2657
';var m_14fe4e79be621c0a2df561da31828bef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Rice Lake Cumberland',});m_14fe4e79be621c0a2df561da31828bef['infowindow'] = new google.maps.InfoWindow({content: $l14fe4e79be621c0a2df561da31828bef});var infowindow = new google.maps.InfoWindow({content: $l14fe4e79be621c0a2df561da31828bef});google.maps.event.addListener(m_14fe4e79be621c0a2df561da31828bef, 'click', function() {infowindow.open(map,m_14fe4e79be621c0a2df561da31828bef);});$marker.push(m_14fe4e79be621c0a2df561da31828bef);}});}google.maps.event.addDomListener(window, 'load', initialize);