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_7105a8c92945efa5224f395f3aa1c95d = new google.maps.Geocoder();g_7105a8c92945efa5224f395f3aa1c95d.geocode( { 'address': "2116 Broad River Rd, Columbia, SC 29210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-carolina-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-carolina-title-loans'), mapOptions);}document.getElementById('7df70b7b').innerHTML += ' | View Map';var $l7105a8c92945efa5224f395f3aa1c95d = '

Carolina Title Loans

Address: 2116 Broad River Rd, Columbia, SC 29210
Phone: (803) 216-9817
';var m_7105a8c92945efa5224f395f3aa1c95d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Title Loans',});m_7105a8c92945efa5224f395f3aa1c95d['infowindow'] = new google.maps.InfoWindow({content: $l7105a8c92945efa5224f395f3aa1c95d});var infowindow = new google.maps.InfoWindow({content: $l7105a8c92945efa5224f395f3aa1c95d});google.maps.event.addListener(m_7105a8c92945efa5224f395f3aa1c95d, 'click', function() {infowindow.open(map,m_7105a8c92945efa5224f395f3aa1c95d);});$marker.push(m_7105a8c92945efa5224f395f3aa1c95d);}});}google.maps.event.addDomListener(window, 'load', initialize);