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.3932,-84.8234)};var g_5e321df7bcd1a08b0f2d0594c8b32a5a = new google.maps.Geocoder();g_5e321df7bcd1a08b0f2d0594c8b32a5a.geocode( { 'address': "246 Bullsboro Dr, Newnan, GA 30263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newnan-GA-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('newnan-GA-renasant-bank'), mapOptions);}document.getElementById('6fbf9a72').innerHTML += ' | View Map';var $l5e321df7bcd1a08b0f2d0594c8b32a5a = '

Renasant Bank

Address: 246 Bullsboro Dr, Newnan, GA 30263
Phone: (770) 252-9440
';var m_5e321df7bcd1a08b0f2d0594c8b32a5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_5e321df7bcd1a08b0f2d0594c8b32a5a['infowindow'] = new google.maps.InfoWindow({content: $l5e321df7bcd1a08b0f2d0594c8b32a5a});var infowindow = new google.maps.InfoWindow({content: $l5e321df7bcd1a08b0f2d0594c8b32a5a});google.maps.event.addListener(m_5e321df7bcd1a08b0f2d0594c8b32a5a, 'click', function() {infowindow.open(map,m_5e321df7bcd1a08b0f2d0594c8b32a5a);});$marker.push(m_5e321df7bcd1a08b0f2d0594c8b32a5a);}});}google.maps.event.addDomListener(window, 'load', initialize);