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(47.91,-97.0653)};var g_bb23a2dd02b0173edb13bf07fea90daa = new google.maps.Geocoder();g_bb23a2dd02b0173edb13bf07fea90daa.geocode( { 'address': "1205 S Columbia Rd, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-us-bank-atm---grand-forks---medical-center').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-us-bank-atm---grand-forks---medical-center'), mapOptions);}document.getElementById('aee78342').innerHTML += ' | View Map';var $lbb23a2dd02b0173edb13bf07fea90daa = '

U.S. Bank ATM - Grand Forks - Medical Center

Address: 1205 S Columbia Rd, Grand Forks, ND 58201, USA
Phone: (800) 872-2657
';var m_bb23a2dd02b0173edb13bf07fea90daa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Grand Forks - Medical Center',});m_bb23a2dd02b0173edb13bf07fea90daa['infowindow'] = new google.maps.InfoWindow({content: $lbb23a2dd02b0173edb13bf07fea90daa});var infowindow = new google.maps.InfoWindow({content: $lbb23a2dd02b0173edb13bf07fea90daa});google.maps.event.addListener(m_bb23a2dd02b0173edb13bf07fea90daa, 'click', function() {infowindow.open(map,m_bb23a2dd02b0173edb13bf07fea90daa);});$marker.push(m_bb23a2dd02b0173edb13bf07fea90daa);}});}google.maps.event.addDomListener(window, 'load', initialize);