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(48.1044,-98.864)};var g_71b556f23d07a927e930a0a2c1128ddb = new google.maps.Geocoder();g_71b556f23d07a927e930a0a2c1128ddb.geocode( { 'address': "508 College Dr S, Devils Lake, ND 58301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('devils-lake-ND-us-bank-atm---devils-lake').style.display = '';map = new google.maps.Map(document.getElementById('devils-lake-ND-us-bank-atm---devils-lake'), mapOptions);}document.getElementById('52af72c1').innerHTML += ' | View Map';var $l71b556f23d07a927e930a0a2c1128ddb = '

U.S. Bank ATM - Devils Lake

Address: 508 College Dr S, Devils Lake, ND 58301, USA
Phone: (800) 872-2657
';var m_71b556f23d07a927e930a0a2c1128ddb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Devils Lake',});m_71b556f23d07a927e930a0a2c1128ddb['infowindow'] = new google.maps.InfoWindow({content: $l71b556f23d07a927e930a0a2c1128ddb});var infowindow = new google.maps.InfoWindow({content: $l71b556f23d07a927e930a0a2c1128ddb});google.maps.event.addListener(m_71b556f23d07a927e930a0a2c1128ddb, 'click', function() {infowindow.open(map,m_71b556f23d07a927e930a0a2c1128ddb);});$marker.push(m_71b556f23d07a927e930a0a2c1128ddb);}});}google.maps.event.addDomListener(window, 'load', initialize);