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.0765,-103.151)};var g_08944af684214c7d93fc5b620d54fc23 = new google.maps.Geocoder();g_08944af684214c7d93fc5b620d54fc23.geocode( { 'address': "910 Elk Vale Rd, Rapid City, SD 57703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rapid-city-SD-bh-fcu').style.display = '';map = new google.maps.Map(document.getElementById('rapid-city-SD-bh-fcu'), mapOptions);}document.getElementById('a7dc62f8').innerHTML += ' | View Map';var $l08944af684214c7d93fc5b620d54fc23 = '

BH FCU

Address: 910 Elk Vale Rd, Rapid City, SD 57703, USA
Phone: (605) 716-1818
';var m_08944af684214c7d93fc5b620d54fc23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BH FCU',});m_08944af684214c7d93fc5b620d54fc23['infowindow'] = new google.maps.InfoWindow({content: $l08944af684214c7d93fc5b620d54fc23});var infowindow = new google.maps.InfoWindow({content: $l08944af684214c7d93fc5b620d54fc23});google.maps.event.addListener(m_08944af684214c7d93fc5b620d54fc23, 'click', function() {infowindow.open(map,m_08944af684214c7d93fc5b620d54fc23);});$marker.push(m_08944af684214c7d93fc5b620d54fc23);}});}google.maps.event.addDomListener(window, 'load', initialize);