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.9631,-89.9358)};var g_13dc37329b942756adfce432deea5981 = new google.maps.Geocoder();g_13dc37329b942756adfce432deea5981.geocode( { 'address': "3040 Goodman Rd E, Southaven, MS 38672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southaven-MS-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('southaven-MS-approved-cash'), mapOptions);}document.getElementById('1b568936').innerHTML += ' | View Map';var $l13dc37329b942756adfce432deea5981 = '

Approved Cash

Address: 3040 Goodman Rd E, Southaven, MS 38672, USA
Phone: (662) 349-0017
';var m_13dc37329b942756adfce432deea5981 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_13dc37329b942756adfce432deea5981['infowindow'] = new google.maps.InfoWindow({content: $l13dc37329b942756adfce432deea5981});var infowindow = new google.maps.InfoWindow({content: $l13dc37329b942756adfce432deea5981});google.maps.event.addListener(m_13dc37329b942756adfce432deea5981, 'click', function() {infowindow.open(map,m_13dc37329b942756adfce432deea5981);});$marker.push(m_13dc37329b942756adfce432deea5981);}});}google.maps.event.addDomListener(window, 'load', initialize);