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(44.6713,-103.852)};var g_658f7a58f594700e8de16291740169ea = new google.maps.Geocoder();g_658f7a58f594700e8de16291740169ea.geocode( { 'address': "600 State St, Belle Fourche, SD 57717, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-fourche-SD-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('belle-fourche-SD-wells-fargo-bank'), mapOptions);}document.getElementById('662d3a91').innerHTML += ' | View Map';var $l658f7a58f594700e8de16291740169ea = '

Wells Fargo Bank

Address: 600 State St, Belle Fourche, SD 57717, USA
Phone: (605) 892-2652
';var m_658f7a58f594700e8de16291740169ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_658f7a58f594700e8de16291740169ea['infowindow'] = new google.maps.InfoWindow({content: $l658f7a58f594700e8de16291740169ea});var infowindow = new google.maps.InfoWindow({content: $l658f7a58f594700e8de16291740169ea});google.maps.event.addListener(m_658f7a58f594700e8de16291740169ea, 'click', function() {infowindow.open(map,m_658f7a58f594700e8de16291740169ea);});$marker.push(m_658f7a58f594700e8de16291740169ea);}});}google.maps.event.addDomListener(window, 'load', initialize);