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.1809,-90.5905)};var g_890f3707a3d8af2ca24401484a6ee64a = new google.maps.Geocoder();g_890f3707a3d8af2ca24401484a6ee64a.geocode( { 'address': "1000 S State St, Clarksdale, MS 38614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksdale-MS-walmart-money-center').style.display = '';map = new google.maps.Map(document.getElementById('clarksdale-MS-walmart-money-center'), mapOptions);}document.getElementById('331edab7').innerHTML += ' | View Map';var $l890f3707a3d8af2ca24401484a6ee64a = '

Walmart Money Center

Address: 1000 S State St, Clarksdale, MS 38614, USA
Phone: (662) 627-1133
';var m_890f3707a3d8af2ca24401484a6ee64a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart Money Center',});m_890f3707a3d8af2ca24401484a6ee64a['infowindow'] = new google.maps.InfoWindow({content: $l890f3707a3d8af2ca24401484a6ee64a});var infowindow = new google.maps.InfoWindow({content: $l890f3707a3d8af2ca24401484a6ee64a});google.maps.event.addListener(m_890f3707a3d8af2ca24401484a6ee64a, 'click', function() {infowindow.open(map,m_890f3707a3d8af2ca24401484a6ee64a);});$marker.push(m_890f3707a3d8af2ca24401484a6ee64a);}});}google.maps.event.addDomListener(window, 'load', initialize);