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.0771,-103.25)};var g_27860acf708abd5465f02b8106413ea7 = new google.maps.Geocoder();g_27860acf708abd5465f02b8106413ea7.geocode( { 'address': "1830 W Fulton St # 3, Rapid City, SD 57702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rapid-city-SD-black-hills-cpa-group-llp').style.display = '';map = new google.maps.Map(document.getElementById('rapid-city-SD-black-hills-cpa-group-llp'), mapOptions);}document.getElementById('e843a447').innerHTML += ' | View Map';var $l27860acf708abd5465f02b8106413ea7 = '

Black Hills CPA Group, LLP

Address: 1830 W Fulton St # 3, Rapid City, SD 57702, USA
Phone: (605) 718-4813
';var m_27860acf708abd5465f02b8106413ea7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Hills CPA Group, LLP',});m_27860acf708abd5465f02b8106413ea7['infowindow'] = new google.maps.InfoWindow({content: $l27860acf708abd5465f02b8106413ea7});var infowindow = new google.maps.InfoWindow({content: $l27860acf708abd5465f02b8106413ea7});google.maps.event.addListener(m_27860acf708abd5465f02b8106413ea7, 'click', function() {infowindow.open(map,m_27860acf708abd5465f02b8106413ea7);});$marker.push(m_27860acf708abd5465f02b8106413ea7);}});}google.maps.event.addDomListener(window, 'load', initialize);