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.1794,-103.401)};var g_290b0d6d460ed53447a23cd1980276ee = new google.maps.Geocoder();g_290b0d6d460ed53447a23cd1980276ee.geocode( { 'address': "13 E Dv St, Bowman, ND 58623"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowman-ND-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bowman-ND-wells-fargo-bank'), mapOptions);}document.getElementById('6b105b71').innerHTML += ' | View Map';var $l290b0d6d460ed53447a23cd1980276ee = '

Wells Fargo Bank

Address: 13 E Dv St, Bowman, ND 58623
Phone: (701) 523-3261
';var m_290b0d6d460ed53447a23cd1980276ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_290b0d6d460ed53447a23cd1980276ee['infowindow'] = new google.maps.InfoWindow({content: $l290b0d6d460ed53447a23cd1980276ee});var infowindow = new google.maps.InfoWindow({content: $l290b0d6d460ed53447a23cd1980276ee});google.maps.event.addListener(m_290b0d6d460ed53447a23cd1980276ee, 'click', function() {infowindow.open(map,m_290b0d6d460ed53447a23cd1980276ee);});$marker.push(m_290b0d6d460ed53447a23cd1980276ee);}});}google.maps.event.addDomListener(window, 'load', initialize);