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.498,-89.0235)};var g_5b9118463e989a0db84a025ca7a2606b = new google.maps.Geocoder();g_5b9118463e989a0db84a025ca7a2606b.geocode( { 'address': "518 W Bankhead St, New Albany, MS 38652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-MS-x-tra-cash').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-MS-x-tra-cash'), mapOptions);}document.getElementById('75b06034').innerHTML += ' | View Map';var $l5b9118463e989a0db84a025ca7a2606b = '

X-Tra Cash

Address: 518 W Bankhead St, New Albany, MS 38652, USA
Phone: (662) 534-3363
';var m_5b9118463e989a0db84a025ca7a2606b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'X-Tra Cash',});m_5b9118463e989a0db84a025ca7a2606b['infowindow'] = new google.maps.InfoWindow({content: $l5b9118463e989a0db84a025ca7a2606b});var infowindow = new google.maps.InfoWindow({content: $l5b9118463e989a0db84a025ca7a2606b});google.maps.event.addListener(m_5b9118463e989a0db84a025ca7a2606b, 'click', function() {infowindow.open(map,m_5b9118463e989a0db84a025ca7a2606b);});$marker.push(m_5b9118463e989a0db84a025ca7a2606b);}});}google.maps.event.addDomListener(window, 'load', initialize);