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.0575,-80.9678)};var g_e74588bd5b5ee91572458946f383c38b = new google.maps.Geocoder();g_e74588bd5b5ee91572458946f383c38b.geocode( { 'address': "6432 Two Notch Rd, Columbia, SC 29223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-cash-n-go-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-cash-n-go-title-loans'), mapOptions);}document.getElementById('0be217da').innerHTML += ' | View Map';var $le74588bd5b5ee91572458946f383c38b = '

Cash N Go Title Loans

Address: 6432 Two Notch Rd, Columbia, SC 29223, USA
Phone: (803) 786-7447
';var m_e74588bd5b5ee91572458946f383c38b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash N Go Title Loans',});m_e74588bd5b5ee91572458946f383c38b['infowindow'] = new google.maps.InfoWindow({content: $le74588bd5b5ee91572458946f383c38b});var infowindow = new google.maps.InfoWindow({content: $le74588bd5b5ee91572458946f383c38b});google.maps.event.addListener(m_e74588bd5b5ee91572458946f383c38b, 'click', function() {infowindow.open(map,m_e74588bd5b5ee91572458946f383c38b);});$marker.push(m_e74588bd5b5ee91572458946f383c38b);}});}google.maps.event.addDomListener(window, 'load', initialize);