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.4736,-81.8814)};var g_57087f3d8ea4d8b9831db557583f45da = new google.maps.Geocoder();g_57087f3d8ea4d8b9831db557583f45da.geocode( { 'address': "200 W Main St, Clinton, SC 29325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-auto-money-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-auto-money-title-loans'), mapOptions);}document.getElementById('940142f1').innerHTML += ' | View Map';var $l57087f3d8ea4d8b9831db557583f45da = '

Auto Money Title Loans

Address: 200 W Main St, Clinton, SC 29325, USA
Phone: (864) 547-1968
';var m_57087f3d8ea4d8b9831db557583f45da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Money Title Loans',});m_57087f3d8ea4d8b9831db557583f45da['infowindow'] = new google.maps.InfoWindow({content: $l57087f3d8ea4d8b9831db557583f45da});var infowindow = new google.maps.InfoWindow({content: $l57087f3d8ea4d8b9831db557583f45da});google.maps.event.addListener(m_57087f3d8ea4d8b9831db557583f45da, 'click', function() {infowindow.open(map,m_57087f3d8ea4d8b9831db557583f45da);});$marker.push(m_57087f3d8ea4d8b9831db557583f45da);}});}google.maps.event.addDomListener(window, 'load', initialize);