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(46.9079,-98.708)};var g_5f9c41e398a1f1fc8ce8279dec7ae386 = new google.maps.Geocoder();g_5f9c41e398a1f1fc8ce8279dec7ae386.geocode( { 'address': "123 1st Ave S, Jamestown, ND 58401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-ND-us-bank-atm---jamestown').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-ND-us-bank-atm---jamestown'), mapOptions);}document.getElementById('13683d19').innerHTML += ' | View Map';var $l5f9c41e398a1f1fc8ce8279dec7ae386 = '

U.S. Bank ATM - Jamestown

Address: 123 1st Ave S, Jamestown, ND 58401, USA
Phone: (800) 872-2657
';var m_5f9c41e398a1f1fc8ce8279dec7ae386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Jamestown',});m_5f9c41e398a1f1fc8ce8279dec7ae386['infowindow'] = new google.maps.InfoWindow({content: $l5f9c41e398a1f1fc8ce8279dec7ae386});var infowindow = new google.maps.InfoWindow({content: $l5f9c41e398a1f1fc8ce8279dec7ae386});google.maps.event.addListener(m_5f9c41e398a1f1fc8ce8279dec7ae386, 'click', function() {infowindow.open(map,m_5f9c41e398a1f1fc8ce8279dec7ae386);});$marker.push(m_5f9c41e398a1f1fc8ce8279dec7ae386);}});}google.maps.event.addDomListener(window, 'load', initialize);