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.3114,-89.9391)};var g_20d3a3223886430b6e2d17c9536ff9fd = new google.maps.Geocoder();g_20d3a3223886430b6e2d17c9536ff9fd.geocode( { 'address': "442 Hwy. 6 East, Batesville, MS 38606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-check-advance'), mapOptions);}document.getElementById('0b76fe27').innerHTML += ' | View Map';var $l20d3a3223886430b6e2d17c9536ff9fd = '

Check Advance

Address: 442 Hwy. 6 East, Batesville, MS 38606, USA
Phone: (662) 578-8999
';var m_20d3a3223886430b6e2d17c9536ff9fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Advance',});m_20d3a3223886430b6e2d17c9536ff9fd['infowindow'] = new google.maps.InfoWindow({content: $l20d3a3223886430b6e2d17c9536ff9fd});var infowindow = new google.maps.InfoWindow({content: $l20d3a3223886430b6e2d17c9536ff9fd});google.maps.event.addListener(m_20d3a3223886430b6e2d17c9536ff9fd, 'click', function() {infowindow.open(map,m_20d3a3223886430b6e2d17c9536ff9fd);});$marker.push(m_20d3a3223886430b6e2d17c9536ff9fd);}});}google.maps.event.addDomListener(window, 'load', initialize);