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.4541,-95.76)};var g_84302621d28d33eb5225091c6ef3b70a = new google.maps.Geocoder();g_84302621d28d33eb5225091c6ef3b70a.geocode( { 'address': "1501 State St, Marshall, MN 56258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MN-us-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MN-us-bank-atm'), mapOptions);}document.getElementById('0bab5223').innerHTML += ' | View Map';var $l84302621d28d33eb5225091c6ef3b70a = '

U.S. Bank ATM

Address: 1501 State St, Marshall, MN 56258, USA
Phone: (800) 872-2657
';var m_84302621d28d33eb5225091c6ef3b70a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM',});m_84302621d28d33eb5225091c6ef3b70a['infowindow'] = new google.maps.InfoWindow({content: $l84302621d28d33eb5225091c6ef3b70a});var infowindow = new google.maps.InfoWindow({content: $l84302621d28d33eb5225091c6ef3b70a});google.maps.event.addListener(m_84302621d28d33eb5225091c6ef3b70a, 'click', function() {infowindow.open(map,m_84302621d28d33eb5225091c6ef3b70a);});$marker.push(m_84302621d28d33eb5225091c6ef3b70a);}});}google.maps.event.addDomListener(window, 'load', initialize);