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.8813,-102.789)};var g_81f89eda54f8e14777eddd0812aea85d = new google.maps.Geocoder();g_81f89eda54f8e14777eddd0812aea85d.geocode( { 'address': "240 2nd St W, Dickinson, ND 58602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-us-bank-branch'), mapOptions);}document.getElementById('105596ee').innerHTML += ' | View Map';var $l81f89eda54f8e14777eddd0812aea85d = '

U.S. Bank Branch

Address: 240 2nd St W, Dickinson, ND 58602, USA
Phone: (701) 227-1233
';var m_81f89eda54f8e14777eddd0812aea85d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_81f89eda54f8e14777eddd0812aea85d['infowindow'] = new google.maps.InfoWindow({content: $l81f89eda54f8e14777eddd0812aea85d});var infowindow = new google.maps.InfoWindow({content: $l81f89eda54f8e14777eddd0812aea85d});google.maps.event.addListener(m_81f89eda54f8e14777eddd0812aea85d, 'click', function() {infowindow.open(map,m_81f89eda54f8e14777eddd0812aea85d);});$marker.push(m_81f89eda54f8e14777eddd0812aea85d);}});}google.maps.event.addDomListener(window, 'load', initialize);