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.452,-90.4928)};var g_952721401699fbefccf82d5777b781df = new google.maps.Geocoder();g_952721401699fbefccf82d5777b781df.geocode( { 'address': "6125 N, US 49, Lula, MS 38644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lula-MS-money-zone-usa').style.display = '';map = new google.maps.Map(document.getElementById('lula-MS-money-zone-usa'), mapOptions);}document.getElementById('40248a79').innerHTML += ' | View Map';var $l952721401699fbefccf82d5777b781df = '

Money Zone USA

Address: 6125 N, US 49, Lula, MS 38644, USA
Phone: (662) 337-0111
';var m_952721401699fbefccf82d5777b781df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Zone USA',});m_952721401699fbefccf82d5777b781df['infowindow'] = new google.maps.InfoWindow({content: $l952721401699fbefccf82d5777b781df});var infowindow = new google.maps.InfoWindow({content: $l952721401699fbefccf82d5777b781df});google.maps.event.addListener(m_952721401699fbefccf82d5777b781df, 'click', function() {infowindow.open(map,m_952721401699fbefccf82d5777b781df);});$marker.push(m_952721401699fbefccf82d5777b781df);}});}google.maps.event.addDomListener(window, 'load', initialize);