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.8329,-92.9593)};var g_768fcc2e4ed2a4be9fabdfcded0daf6c = new google.maps.Geocoder();g_768fcc2e4ed2a4be9fabdfcded0daf6c.geocode( { 'address': "7135 E Point Douglas Rd S, Cottage Grove, MN 55016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottage-grove-MN-us-bank-atm---walgreens').style.display = '';map = new google.maps.Map(document.getElementById('cottage-grove-MN-us-bank-atm---walgreens'), mapOptions);}document.getElementById('2e6250a9').innerHTML += ' | View Map';var $l768fcc2e4ed2a4be9fabdfcded0daf6c = '

U.S. Bank ATM - Walgreens

Address: 7135 E Point Douglas Rd S, Cottage Grove, MN 55016, USA
Phone: (800) 872-2657
';var m_768fcc2e4ed2a4be9fabdfcded0daf6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Walgreens',});m_768fcc2e4ed2a4be9fabdfcded0daf6c['infowindow'] = new google.maps.InfoWindow({content: $l768fcc2e4ed2a4be9fabdfcded0daf6c});var infowindow = new google.maps.InfoWindow({content: $l768fcc2e4ed2a4be9fabdfcded0daf6c});google.maps.event.addListener(m_768fcc2e4ed2a4be9fabdfcded0daf6c, 'click', function() {infowindow.open(map,m_768fcc2e4ed2a4be9fabdfcded0daf6c);});$marker.push(m_768fcc2e4ed2a4be9fabdfcded0daf6c);}});}google.maps.event.addDomListener(window, 'load', initialize);