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.4919,-103.86)};var g_ae1d2c2d957a01dcb3f3b39685cdb4fa = new google.maps.Geocoder();g_ae1d2c2d957a01dcb3f3b39685cdb4fa.geocode( { 'address': "835 N Main St, Spearfish, SD 57783, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spearfish-SD-black-hills-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('spearfish-SD-black-hills-federal-cu'), mapOptions);}document.getElementById('d81f3da3').innerHTML += ' | View Map';var $lae1d2c2d957a01dcb3f3b39685cdb4fa = '

Black Hills Federal CU

Address: 835 N Main St, Spearfish, SD 57783, USA
Phone: (605) 642-8161
';var m_ae1d2c2d957a01dcb3f3b39685cdb4fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Hills Federal CU',});m_ae1d2c2d957a01dcb3f3b39685cdb4fa['infowindow'] = new google.maps.InfoWindow({content: $lae1d2c2d957a01dcb3f3b39685cdb4fa});var infowindow = new google.maps.InfoWindow({content: $lae1d2c2d957a01dcb3f3b39685cdb4fa});google.maps.event.addListener(m_ae1d2c2d957a01dcb3f3b39685cdb4fa, 'click', function() {infowindow.open(map,m_ae1d2c2d957a01dcb3f3b39685cdb4fa);});$marker.push(m_ae1d2c2d957a01dcb3f3b39685cdb4fa);}});}google.maps.event.addDomListener(window, 'load', initialize);