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.5424,-81.9417)};var g_f70287c490d07c052ba0c18e14cf82a1 = new google.maps.Geocoder();g_f70287c490d07c052ba0c18e14cf82a1.geocode( { 'address': "616 Edgefield Rd, North Augusta, SC 29841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-advanced-cash---north-augusta').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-advanced-cash---north-augusta'), mapOptions);}document.getElementById('82c8b68d').innerHTML += ' | View Map';var $lf70287c490d07c052ba0c18e14cf82a1 = '

Advanced Cash - North Augusta

Address: 616 Edgefield Rd, North Augusta, SC 29841, USA
Phone: (803) 426-8911
';var m_f70287c490d07c052ba0c18e14cf82a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Cash - North Augusta',});m_f70287c490d07c052ba0c18e14cf82a1['infowindow'] = new google.maps.InfoWindow({content: $lf70287c490d07c052ba0c18e14cf82a1});var infowindow = new google.maps.InfoWindow({content: $lf70287c490d07c052ba0c18e14cf82a1});google.maps.event.addListener(m_f70287c490d07c052ba0c18e14cf82a1, 'click', function() {infowindow.open(map,m_f70287c490d07c052ba0c18e14cf82a1);});$marker.push(m_f70287c490d07c052ba0c18e14cf82a1);}});}google.maps.event.addDomListener(window, 'load', initialize);