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.9941,-101.237)};var g_492f948808daf55a3f9e7ddd3694f546 = new google.maps.Geocoder();g_492f948808daf55a3f9e7ddd3694f546.geocode( { 'address': "6300 Highway 212, Eagle Butte, SD 57625"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-butte-SD-western-dakota-bank').style.display = '';map = new google.maps.Map(document.getElementById('eagle-butte-SD-western-dakota-bank'), mapOptions);}document.getElementById('9c8d8287').innerHTML += ' | View Map';var $l492f948808daf55a3f9e7ddd3694f546 = '

Western Dakota Bank

Address: 6300 Highway 212, Eagle Butte, SD 57625
Phone: (605) 964-6300
';var m_492f948808daf55a3f9e7ddd3694f546 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Dakota Bank',});m_492f948808daf55a3f9e7ddd3694f546['infowindow'] = new google.maps.InfoWindow({content: $l492f948808daf55a3f9e7ddd3694f546});var infowindow = new google.maps.InfoWindow({content: $l492f948808daf55a3f9e7ddd3694f546});google.maps.event.addListener(m_492f948808daf55a3f9e7ddd3694f546, 'click', function() {infowindow.open(map,m_492f948808daf55a3f9e7ddd3694f546);});$marker.push(m_492f948808daf55a3f9e7ddd3694f546);}});}google.maps.event.addDomListener(window, 'load', initialize);