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.4848,-89.0274)};var g_4f0ff87ec56aed5bc7663e3678019cdb = new google.maps.Geocoder();g_4f0ff87ec56aed5bc7663e3678019cdb.geocode( { 'address': "344 Park Plaza Dr, New Albany, MS 38652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-MS-all-american-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-MS-all-american-check-cashing'), mapOptions);}document.getElementById('0cf6791f').innerHTML += ' | View Map';var $l4f0ff87ec56aed5bc7663e3678019cdb = '

All American Check Cashing

Address: 344 Park Plaza Dr, New Albany, MS 38652, USA
Phone: (662) 534-2027
';var m_4f0ff87ec56aed5bc7663e3678019cdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Check Cashing',});m_4f0ff87ec56aed5bc7663e3678019cdb['infowindow'] = new google.maps.InfoWindow({content: $l4f0ff87ec56aed5bc7663e3678019cdb});var infowindow = new google.maps.InfoWindow({content: $l4f0ff87ec56aed5bc7663e3678019cdb});google.maps.event.addListener(m_4f0ff87ec56aed5bc7663e3678019cdb, 'click', function() {infowindow.open(map,m_4f0ff87ec56aed5bc7663e3678019cdb);});$marker.push(m_4f0ff87ec56aed5bc7663e3678019cdb);}});}google.maps.event.addDomListener(window, 'load', initialize);