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.3107,-89.9445)};var g_07610ca05f7155c40b9c15c474fcf320 = new google.maps.Geocoder();g_07610ca05f7155c40b9c15c474fcf320.geocode( { 'address': "131 US-51, Batesville, MS 38606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-e-z-cash').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-e-z-cash'), mapOptions);}document.getElementById('4cd93c84').innerHTML += ' | View Map';var $l07610ca05f7155c40b9c15c474fcf320 = '

E-Z Cash

Address: 131 US-51, Batesville, MS 38606, USA
Phone: (662) 563-8800
';var m_07610ca05f7155c40b9c15c474fcf320 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E-Z Cash',});m_07610ca05f7155c40b9c15c474fcf320['infowindow'] = new google.maps.InfoWindow({content: $l07610ca05f7155c40b9c15c474fcf320});var infowindow = new google.maps.InfoWindow({content: $l07610ca05f7155c40b9c15c474fcf320});google.maps.event.addListener(m_07610ca05f7155c40b9c15c474fcf320, 'click', function() {infowindow.open(map,m_07610ca05f7155c40b9c15c474fcf320);});$marker.push(m_07610ca05f7155c40b9c15c474fcf320);}});}google.maps.event.addDomListener(window, 'load', initialize);