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.0142,-90.5951)};var g_9565d975e952ec21ae8131e05130036c = new google.maps.Geocoder();g_9565d975e952ec21ae8131e05130036c.geocode( { 'address': "206 Sharkey Ave, Clarksdale, MS 38614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksdale-MS-covenat-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarksdale-MS-covenat-bank'), mapOptions);}document.getElementById('6f2860ac').innerHTML += ' | View Map';var $l9565d975e952ec21ae8131e05130036c = '

Covenat Bank

Address: 206 Sharkey Ave, Clarksdale, MS 38614
Phone: (662) 621-1869
';var m_9565d975e952ec21ae8131e05130036c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covenat Bank',});m_9565d975e952ec21ae8131e05130036c['infowindow'] = new google.maps.InfoWindow({content: $l9565d975e952ec21ae8131e05130036c});var infowindow = new google.maps.InfoWindow({content: $l9565d975e952ec21ae8131e05130036c});google.maps.event.addListener(m_9565d975e952ec21ae8131e05130036c, 'click', function() {infowindow.open(map,m_9565d975e952ec21ae8131e05130036c);});$marker.push(m_9565d975e952ec21ae8131e05130036c);}});}google.maps.event.addDomListener(window, 'load', initialize);