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.9645,-80.9968)};var g_2468a6d404a6fa3c678b9e9923c61deb = new google.maps.Geocoder();g_2468a6d404a6fa3c678b9e9923c61deb.geocode( { 'address': "2186 Cherry Rd, Rock Hill, SC 29732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-hill-SC-americash-loans').style.display = '';map = new google.maps.Map(document.getElementById('rock-hill-SC-americash-loans'), mapOptions);}document.getElementById('38e72e07').innerHTML += ' | View Map';var $l2468a6d404a6fa3c678b9e9923c61deb = '

AmeriCash Loans

Address: 2186 Cherry Rd, Rock Hill, SC 29732, USA
Phone: (803) 327-2800
';var m_2468a6d404a6fa3c678b9e9923c61deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriCash Loans',});m_2468a6d404a6fa3c678b9e9923c61deb['infowindow'] = new google.maps.InfoWindow({content: $l2468a6d404a6fa3c678b9e9923c61deb});var infowindow = new google.maps.InfoWindow({content: $l2468a6d404a6fa3c678b9e9923c61deb});google.maps.event.addListener(m_2468a6d404a6fa3c678b9e9923c61deb, 'click', function() {infowindow.open(map,m_2468a6d404a6fa3c678b9e9923c61deb);});$marker.push(m_2468a6d404a6fa3c678b9e9923c61deb);}});}google.maps.event.addDomListener(window, 'load', initialize);