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.9928,-90.0234)};var g_dc087940a1623b94c7b92fd6132a66d8 = new google.maps.Geocoder();g_dc087940a1623b94c7b92fd6132a66d8.geocode( { 'address': "9051 Highway 51 North, Southaven, MS 38671, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southaven-MS-all-american-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('southaven-MS-all-american-check-cashing'), mapOptions);}document.getElementById('a0e2fb24').innerHTML += ' | View Map';var $ldc087940a1623b94c7b92fd6132a66d8 = '

All American Check Cashing

Address: 9051 Highway 51 North, Southaven, MS 38671, USA
Phone: (662) 280-0469
';var m_dc087940a1623b94c7b92fd6132a66d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Check Cashing',});m_dc087940a1623b94c7b92fd6132a66d8['infowindow'] = new google.maps.InfoWindow({content: $ldc087940a1623b94c7b92fd6132a66d8});var infowindow = new google.maps.InfoWindow({content: $ldc087940a1623b94c7b92fd6132a66d8});google.maps.event.addListener(m_dc087940a1623b94c7b92fd6132a66d8, 'click', function() {infowindow.open(map,m_dc087940a1623b94c7b92fd6132a66d8);});$marker.push(m_dc087940a1623b94c7b92fd6132a66d8);}});}google.maps.event.addDomListener(window, 'load', initialize);