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(32.3015,-80.9351)};var g_0ef0612e4dfc3f44d703a1d5a0508674 = new google.maps.Geocoder();g_0ef0612e4dfc3f44d703a1d5a0508674.geocode( { 'address': "2947 Okatie Hwy, Ridgeland, SC 29936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-SC-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-SC-ace-cash-express'), mapOptions);}document.getElementById('03716a98').innerHTML += ' | View Map';var $l0ef0612e4dfc3f44d703a1d5a0508674 = '

ACE Cash Express

Address: 2947 Okatie Hwy, Ridgeland, SC 29936, USA
Phone: (843) 987-2274
';var m_0ef0612e4dfc3f44d703a1d5a0508674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_0ef0612e4dfc3f44d703a1d5a0508674['infowindow'] = new google.maps.InfoWindow({content: $l0ef0612e4dfc3f44d703a1d5a0508674});var infowindow = new google.maps.InfoWindow({content: $l0ef0612e4dfc3f44d703a1d5a0508674});google.maps.event.addListener(m_0ef0612e4dfc3f44d703a1d5a0508674, 'click', function() {infowindow.open(map,m_0ef0612e4dfc3f44d703a1d5a0508674);});$marker.push(m_0ef0612e4dfc3f44d703a1d5a0508674);}});}google.maps.event.addDomListener(window, 'load', initialize);