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.0777,-103.231)};var g_d69c414acb8dc5c3ac1c2c2988949b8a = new google.maps.Geocoder();g_d69c414acb8dc5c3ac1c2c2988949b8a.geocode( { 'address': "840 Mt Rushmore Rd, Rapid City, SD 57701, USA"}, 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('212115ce').innerHTML += ' | View Map';var $ld69c414acb8dc5c3ac1c2c2988949b8a = '

Black Hills Community Bank

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