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(43.0845,-89.2688)};var g_7d214dbbb7364420941d28a3e51a11e4 = new google.maps.Geocoder();g_7d214dbbb7364420941d28a3e51a11e4.geocode( { 'address': "3461 County Road Bb, Madison, WI 53718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-us-bank-atm---cottage-grove').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-us-bank-atm---cottage-grove'), mapOptions);}document.getElementById('87465cd8').innerHTML += ' | View Map';var $l7d214dbbb7364420941d28a3e51a11e4 = '

U.S. Bank ATM - Cottage Grove

Address: 3461 County Road Bb, Madison, WI 53718, USA
Phone: (800) 872-2657
';var m_7d214dbbb7364420941d28a3e51a11e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Cottage Grove',});m_7d214dbbb7364420941d28a3e51a11e4['infowindow'] = new google.maps.InfoWindow({content: $l7d214dbbb7364420941d28a3e51a11e4});var infowindow = new google.maps.InfoWindow({content: $l7d214dbbb7364420941d28a3e51a11e4});google.maps.event.addListener(m_7d214dbbb7364420941d28a3e51a11e4, 'click', function() {infowindow.open(map,m_7d214dbbb7364420941d28a3e51a11e4);});$marker.push(m_7d214dbbb7364420941d28a3e51a11e4);}});}google.maps.event.addDomListener(window, 'load', initialize);