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.1838,-90.5889)};var g_dcec5da9338a9e248f7e43f9df0bec40 = new google.maps.Geocoder();g_dcec5da9338a9e248f7e43f9df0bec40.geocode( { 'address': "944 S State St, Clarksdale, MS 38614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksdale-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('clarksdale-MS-advance-america'), mapOptions);}document.getElementById('b0d32606').innerHTML += ' | View Map';var $ldcec5da9338a9e248f7e43f9df0bec40 = '

Advance America

Address: 944 S State St, Clarksdale, MS 38614, USA
Phone: (662) 621-1788
';var m_dcec5da9338a9e248f7e43f9df0bec40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_dcec5da9338a9e248f7e43f9df0bec40['infowindow'] = new google.maps.InfoWindow({content: $ldcec5da9338a9e248f7e43f9df0bec40});var infowindow = new google.maps.InfoWindow({content: $ldcec5da9338a9e248f7e43f9df0bec40});google.maps.event.addListener(m_dcec5da9338a9e248f7e43f9df0bec40, 'click', function() {infowindow.open(map,m_dcec5da9338a9e248f7e43f9df0bec40);});$marker.push(m_dcec5da9338a9e248f7e43f9df0bec40);}});}google.maps.event.addDomListener(window, 'load', initialize);