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.7017,-90.3757)};var g_2560a0bd703e8f66bd01786eda254e56 = new google.maps.Geocoder();g_2560a0bd703e8f66bd01786eda254e56.geocode( { 'address': "#4, 2221 Old Hwy 61 N, Tunica, MS 38676, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tunica-MS-money-zone-usa').style.display = '';map = new google.maps.Map(document.getElementById('tunica-MS-money-zone-usa'), mapOptions);}document.getElementById('b3879653').innerHTML += ' | View Map';var $l2560a0bd703e8f66bd01786eda254e56 = '

Money Zone USA

Address: #4, 2221 Old Hwy 61 N, Tunica, MS 38676, USA
Phone: (662) 363-9559
';var m_2560a0bd703e8f66bd01786eda254e56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Zone USA',});m_2560a0bd703e8f66bd01786eda254e56['infowindow'] = new google.maps.InfoWindow({content: $l2560a0bd703e8f66bd01786eda254e56});var infowindow = new google.maps.InfoWindow({content: $l2560a0bd703e8f66bd01786eda254e56});google.maps.event.addListener(m_2560a0bd703e8f66bd01786eda254e56, 'click', function() {infowindow.open(map,m_2560a0bd703e8f66bd01786eda254e56);});$marker.push(m_2560a0bd703e8f66bd01786eda254e56);}});}google.maps.event.addDomListener(window, 'load', initialize);