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.8955,-102.833)};var g_9879c1f4abc102862b3318bbb83da76b = new google.maps.Geocoder();g_9879c1f4abc102862b3318bbb83da76b.geocode( { 'address': "3071 W Ridge Dr, Dickinson, ND 58601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-wells-fargo').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-wells-fargo'), mapOptions);}document.getElementById('2f0273b1').innerHTML += ' | View Map';var $l9879c1f4abc102862b3318bbb83da76b = '

Wells Fargo

Address: 3071 W Ridge Dr, Dickinson, ND 58601, USA
Phone: (701) 483-3333
';var m_9879c1f4abc102862b3318bbb83da76b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo',});m_9879c1f4abc102862b3318bbb83da76b['infowindow'] = new google.maps.InfoWindow({content: $l9879c1f4abc102862b3318bbb83da76b});var infowindow = new google.maps.InfoWindow({content: $l9879c1f4abc102862b3318bbb83da76b});google.maps.event.addListener(m_9879c1f4abc102862b3318bbb83da76b, 'click', function() {infowindow.open(map,m_9879c1f4abc102862b3318bbb83da76b);});$marker.push(m_9879c1f4abc102862b3318bbb83da76b);}});}google.maps.event.addDomListener(window, 'load', initialize);