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.3988,-84.5892)};var g_614d37f84c3f41a6014aaec3a5bc6c61 = new google.maps.Geocoder();g_614d37f84c3f41a6014aaec3a5bc6c61.geocode( { 'address': "2603 GA-54, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-synovus---bank-of-north-georgia').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-synovus---bank-of-north-georgia'), mapOptions);}document.getElementById('289d67ba').innerHTML += ' | View Map';var $l614d37f84c3f41a6014aaec3a5bc6c61 = '

Synovus - Bank of North Georgia

Address: 2603 GA-54, Peachtree City, GA 30269, USA
Phone: (770) 576-4471
';var m_614d37f84c3f41a6014aaec3a5bc6c61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Bank of North Georgia',});m_614d37f84c3f41a6014aaec3a5bc6c61['infowindow'] = new google.maps.InfoWindow({content: $l614d37f84c3f41a6014aaec3a5bc6c61});var infowindow = new google.maps.InfoWindow({content: $l614d37f84c3f41a6014aaec3a5bc6c61});google.maps.event.addListener(m_614d37f84c3f41a6014aaec3a5bc6c61, 'click', function() {infowindow.open(map,m_614d37f84c3f41a6014aaec3a5bc6c61);});$marker.push(m_614d37f84c3f41a6014aaec3a5bc6c61);}});}google.maps.event.addDomListener(window, 'load', initialize);