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(31.5312,-83.8423)};var g_20e3c52b6204040da78744a257a6dc73 = new google.maps.Geocoder();g_20e3c52b6204040da78744a257a6dc73.geocode( { 'address': "504 N Main St, Sylvester, GA 31791"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylvester-GA-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('sylvester-GA-renasant-bank'), mapOptions);}document.getElementById('00d74322').innerHTML += ' | View Map';var $l20e3c52b6204040da78744a257a6dc73 = '

Renasant Bank

Address: 504 N Main St, Sylvester, GA 31791
Phone: (229) 776-7800
';var m_20e3c52b6204040da78744a257a6dc73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_20e3c52b6204040da78744a257a6dc73['infowindow'] = new google.maps.InfoWindow({content: $l20e3c52b6204040da78744a257a6dc73});var infowindow = new google.maps.InfoWindow({content: $l20e3c52b6204040da78744a257a6dc73});google.maps.event.addListener(m_20e3c52b6204040da78744a257a6dc73, 'click', function() {infowindow.open(map,m_20e3c52b6204040da78744a257a6dc73);});$marker.push(m_20e3c52b6204040da78744a257a6dc73);}});}google.maps.event.addDomListener(window, 'load', initialize);