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(34.0027,-81.0476)};var g_098d86c982354a96556bd861823ebfbd = new google.maps.Geocoder();g_098d86c982354a96556bd861823ebfbd.geocode( { 'address': "1523 Huger St # A, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-business-carolina').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-business-carolina'), mapOptions);}document.getElementById('2f12cfd7').innerHTML += ' | View Map';var $l098d86c982354a96556bd861823ebfbd = '

Business Carolina

Address: 1523 Huger St # A, Columbia, SC 29201, USA
Phone: (803) 461-3801
';var m_098d86c982354a96556bd861823ebfbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business Carolina',});m_098d86c982354a96556bd861823ebfbd['infowindow'] = new google.maps.InfoWindow({content: $l098d86c982354a96556bd861823ebfbd});var infowindow = new google.maps.InfoWindow({content: $l098d86c982354a96556bd861823ebfbd});google.maps.event.addListener(m_098d86c982354a96556bd861823ebfbd, 'click', function() {infowindow.open(map,m_098d86c982354a96556bd861823ebfbd);});$marker.push(m_098d86c982354a96556bd861823ebfbd);}});}google.maps.event.addDomListener(window, 'load', initialize);