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(33.977,-89.6766)};var g_1296c16d50d1c76f2559574f1eaacb52 = new google.maps.Geocoder();g_1296c16d50d1c76f2559574f1eaacb52.geocode( { 'address': "14625 Depot St, Coffeeville, MS 38922"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coffeeville-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('coffeeville-MS-renasant-bank'), mapOptions);}document.getElementById('606124d6').innerHTML += ' | View Map';var $l1296c16d50d1c76f2559574f1eaacb52 = '

Renasant Bank

Address: 14625 Depot St, Coffeeville, MS 38922
Phone: (662) 675-8901
';var m_1296c16d50d1c76f2559574f1eaacb52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_1296c16d50d1c76f2559574f1eaacb52['infowindow'] = new google.maps.InfoWindow({content: $l1296c16d50d1c76f2559574f1eaacb52});var infowindow = new google.maps.InfoWindow({content: $l1296c16d50d1c76f2559574f1eaacb52});google.maps.event.addListener(m_1296c16d50d1c76f2559574f1eaacb52, 'click', function() {infowindow.open(map,m_1296c16d50d1c76f2559574f1eaacb52);});$marker.push(m_1296c16d50d1c76f2559574f1eaacb52);}});}google.maps.event.addDomListener(window, 'load', initialize);