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(31.8671,-89.7416)};var g_49a47d63c4eb78bbfed59a979e2ed326 = new google.maps.Geocoder();g_49a47d63c4eb78bbfed59a979e2ed326.geocode( { 'address': "1573 US 49, Magee, MS 39111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magee-MS-all-american-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('magee-MS-all-american-check-cashing'), mapOptions);}document.getElementById('5889925a').innerHTML += ' | View Map';var $l49a47d63c4eb78bbfed59a979e2ed326 = '

All American Check Cashing

Address: 1573 US 49, Magee, MS 39111, USA
Phone: (601) 867-3814
';var m_49a47d63c4eb78bbfed59a979e2ed326 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Check Cashing',});m_49a47d63c4eb78bbfed59a979e2ed326['infowindow'] = new google.maps.InfoWindow({content: $l49a47d63c4eb78bbfed59a979e2ed326});var infowindow = new google.maps.InfoWindow({content: $l49a47d63c4eb78bbfed59a979e2ed326});google.maps.event.addListener(m_49a47d63c4eb78bbfed59a979e2ed326, 'click', function() {infowindow.open(map,m_49a47d63c4eb78bbfed59a979e2ed326);});$marker.push(m_49a47d63c4eb78bbfed59a979e2ed326);}});}google.maps.event.addDomListener(window, 'load', initialize);