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.4911,-103.857)};var g_3647a903bec59c83b95086a859e64a70 = new google.maps.Geocoder();g_3647a903bec59c83b95086a859e64a70.geocode( { 'address': "215 E Jackson Blvd, Spearfish, SD 57783, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spearfish-SD-black-hills-community-bank-spearfish').style.display = '';map = new google.maps.Map(document.getElementById('spearfish-SD-black-hills-community-bank-spearfish'), mapOptions);}document.getElementById('fec59a34').innerHTML += ' | View Map';var $l3647a903bec59c83b95086a859e64a70 = '

Black Hills Community Bank Spearfish

Address: 215 E Jackson Blvd, Spearfish, SD 57783, USA
Phone: (605) 559-2422
';var m_3647a903bec59c83b95086a859e64a70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Hills Community Bank Spearfish',});m_3647a903bec59c83b95086a859e64a70['infowindow'] = new google.maps.InfoWindow({content: $l3647a903bec59c83b95086a859e64a70});var infowindow = new google.maps.InfoWindow({content: $l3647a903bec59c83b95086a859e64a70});google.maps.event.addListener(m_3647a903bec59c83b95086a859e64a70, 'click', function() {infowindow.open(map,m_3647a903bec59c83b95086a859e64a70);});$marker.push(m_3647a903bec59c83b95086a859e64a70);}});}google.maps.event.addDomListener(window, 'load', initialize);