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.0809,-103.173)};var g_27bcf25552471e0e7b1b1742573a845d = new google.maps.Geocoder();g_27bcf25552471e0e7b1b1742573a845d.geocode( { 'address': "840 Mount Rushmore Rd, Rapid City, SD 57701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rapid-city-SD-black-hills-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('rapid-city-SD-black-hills-community-bank'), mapOptions);}document.getElementById('74efe529').innerHTML += ' | View Map';var $l27bcf25552471e0e7b1b1742573a845d = '

Black Hills Community Bank

Address: 840 Mount Rushmore Rd, Rapid City, SD 57701
Phone: (605) 343-2422
';var m_27bcf25552471e0e7b1b1742573a845d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Hills Community Bank',});m_27bcf25552471e0e7b1b1742573a845d['infowindow'] = new google.maps.InfoWindow({content: $l27bcf25552471e0e7b1b1742573a845d});var infowindow = new google.maps.InfoWindow({content: $l27bcf25552471e0e7b1b1742573a845d});google.maps.event.addListener(m_27bcf25552471e0e7b1b1742573a845d, 'click', function() {infowindow.open(map,m_27bcf25552471e0e7b1b1742573a845d);});$marker.push(m_27bcf25552471e0e7b1b1742573a845d);}});}google.maps.event.addDomListener(window, 'load', initialize);