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.9616,-89.8741)};var g_0b2b304595422fcc7a7b45fc7329e5ca = new google.maps.Geocoder();g_0b2b304595422fcc7a7b45fc7329e5ca.geocode( { 'address': "6543 Goodman Rd, Olive Branch, MS 38654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olive-branch-MS-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('olive-branch-MS-renasant-bank'), mapOptions);}document.getElementById('0802b697').innerHTML += ' | View Map';var $l0b2b304595422fcc7a7b45fc7329e5ca = '

Renasant Bank

Address: 6543 Goodman Rd, Olive Branch, MS 38654, USA
Phone: (800) 680-1601
';var m_0b2b304595422fcc7a7b45fc7329e5ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_0b2b304595422fcc7a7b45fc7329e5ca['infowindow'] = new google.maps.InfoWindow({content: $l0b2b304595422fcc7a7b45fc7329e5ca});var infowindow = new google.maps.InfoWindow({content: $l0b2b304595422fcc7a7b45fc7329e5ca});google.maps.event.addListener(m_0b2b304595422fcc7a7b45fc7329e5ca, 'click', function() {infowindow.open(map,m_0b2b304595422fcc7a7b45fc7329e5ca);});$marker.push(m_0b2b304595422fcc7a7b45fc7329e5ca);}});}google.maps.event.addDomListener(window, 'load', initialize);