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(33.9982,-81.0325)};var g_044241cf4ab89cdd154f5161fd96cc6e = new google.maps.Geocoder();g_044241cf4ab89cdd154f5161fd96cc6e.geocode( { 'address': "108 Columbia Northeast Dr, Columbia, SC 29223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-capital-city-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-capital-city-financial-group'), mapOptions);}document.getElementById('ed19f1af').innerHTML += ' | View Map';var $l044241cf4ab89cdd154f5161fd96cc6e = '

Capital City Financial Group

Address: 108 Columbia Northeast Dr, Columbia, SC 29223
Phone: (803) 419-1801
';var m_044241cf4ab89cdd154f5161fd96cc6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Financial Group',});m_044241cf4ab89cdd154f5161fd96cc6e['infowindow'] = new google.maps.InfoWindow({content: $l044241cf4ab89cdd154f5161fd96cc6e});var infowindow = new google.maps.InfoWindow({content: $l044241cf4ab89cdd154f5161fd96cc6e});google.maps.event.addListener(m_044241cf4ab89cdd154f5161fd96cc6e, 'click', function() {infowindow.open(map,m_044241cf4ab89cdd154f5161fd96cc6e);});$marker.push(m_044241cf4ab89cdd154f5161fd96cc6e);}});}google.maps.event.addDomListener(window, 'load', initialize);