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.3094,-89.9095)};var g_ae066ca76a4de3c60e4eff5a0c72f73d = new google.maps.Geocoder();g_ae066ca76a4de3c60e4eff5a0c72f73d.geocode( { 'address': "1130 MS-6, Batesville, MS 38606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-covenant-bank').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-covenant-bank'), mapOptions);}document.getElementById('86cc9586').innerHTML += ' | View Map';var $lae066ca76a4de3c60e4eff5a0c72f73d = '

Covenant Bank

Address: 1130 MS-6, Batesville, MS 38606, USA
Phone: (662) 563-0856
';var m_ae066ca76a4de3c60e4eff5a0c72f73d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covenant Bank',});m_ae066ca76a4de3c60e4eff5a0c72f73d['infowindow'] = new google.maps.InfoWindow({content: $lae066ca76a4de3c60e4eff5a0c72f73d});var infowindow = new google.maps.InfoWindow({content: $lae066ca76a4de3c60e4eff5a0c72f73d});google.maps.event.addListener(m_ae066ca76a4de3c60e4eff5a0c72f73d, 'click', function() {infowindow.open(map,m_ae066ca76a4de3c60e4eff5a0c72f73d);});$marker.push(m_ae066ca76a4de3c60e4eff5a0c72f73d);}});}google.maps.event.addDomListener(window, 'load', initialize);