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.0786,-80.9423)};var g_b619e55898ac8653fc4caa1d89d3ca0c = new google.maps.Geocoder();g_b619e55898ac8653fc4caa1d89d3ca0c.geocode( { 'address': "7716 Two Notch Rd, Columbia, SC 29223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-a-smart-choice-title-loan').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-a-smart-choice-title-loan'), mapOptions);}document.getElementById('65dcade2').innerHTML += ' | View Map';var $lb619e55898ac8653fc4caa1d89d3ca0c = '

A Smart Choice Title Loan

Address: 7716 Two Notch Rd, Columbia, SC 29223, USA
Phone: (803) 788-9544
';var m_b619e55898ac8653fc4caa1d89d3ca0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Smart Choice Title Loan',});m_b619e55898ac8653fc4caa1d89d3ca0c['infowindow'] = new google.maps.InfoWindow({content: $lb619e55898ac8653fc4caa1d89d3ca0c});var infowindow = new google.maps.InfoWindow({content: $lb619e55898ac8653fc4caa1d89d3ca0c});google.maps.event.addListener(m_b619e55898ac8653fc4caa1d89d3ca0c, 'click', function() {infowindow.open(map,m_b619e55898ac8653fc4caa1d89d3ca0c);});$marker.push(m_b619e55898ac8653fc4caa1d89d3ca0c);}});}google.maps.event.addDomListener(window, 'load', initialize);