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.5747,-81.7032)};var g_f46c6cef80babb6e47f4c399e178d059 = new google.maps.Geocoder();g_f46c6cef80babb6e47f4c399e178d059.geocode( { 'address': "1010 York St NE, Aiken, SC 29801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-approved-cash'), mapOptions);}document.getElementById('f4e432ce').innerHTML += ' | View Map';var $lf46c6cef80babb6e47f4c399e178d059 = '

Approved Cash

Address: 1010 York St NE, Aiken, SC 29801, USA
Phone: (803) 643-0123
';var m_f46c6cef80babb6e47f4c399e178d059 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_f46c6cef80babb6e47f4c399e178d059['infowindow'] = new google.maps.InfoWindow({content: $lf46c6cef80babb6e47f4c399e178d059});var infowindow = new google.maps.InfoWindow({content: $lf46c6cef80babb6e47f4c399e178d059});google.maps.event.addListener(m_f46c6cef80babb6e47f4c399e178d059, 'click', function() {infowindow.open(map,m_f46c6cef80babb6e47f4c399e178d059);});$marker.push(m_f46c6cef80babb6e47f4c399e178d059);}});}google.maps.event.addDomListener(window, 'load', initialize);