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.8839,-89.3263)};var g_96420801c351e26ac0abc7c6347ee107 = new google.maps.Geocoder();g_96420801c351e26ac0abc7c6347ee107.geocode( { 'address': "Highway 8 E, Calhoun City, MS 38916"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-city-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-city-MS-renasant-bank'), mapOptions);}document.getElementById('71004f0f').innerHTML += ' | View Map';var $l96420801c351e26ac0abc7c6347ee107 = '

Renasant Bank

Address: Highway 8 E, Calhoun City, MS 38916
Phone: (662) 628-6691
';var m_96420801c351e26ac0abc7c6347ee107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_96420801c351e26ac0abc7c6347ee107['infowindow'] = new google.maps.InfoWindow({content: $l96420801c351e26ac0abc7c6347ee107});var infowindow = new google.maps.InfoWindow({content: $l96420801c351e26ac0abc7c6347ee107});google.maps.event.addListener(m_96420801c351e26ac0abc7c6347ee107, 'click', function() {infowindow.open(map,m_96420801c351e26ac0abc7c6347ee107);});$marker.push(m_96420801c351e26ac0abc7c6347ee107);}});}google.maps.event.addDomListener(window, 'load', initialize);