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.2973,-84.5574)};var g_06936b47a4ea99852a0c7ab0abef5578 = new google.maps.Geocoder();g_06936b47a4ea99852a0c7ab0abef5578.geocode( { 'address': "7817 Wells St, Senoia, GA 30276, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senoia-GA-synovus---bank-of-north-georgia').style.display = '';map = new google.maps.Map(document.getElementById('senoia-GA-synovus---bank-of-north-georgia'), mapOptions);}document.getElementById('0db2d8a2').innerHTML += ' | View Map';var $l06936b47a4ea99852a0c7ab0abef5578 = '

Synovus - Bank of North Georgia

Address: 7817 Wells St, Senoia, GA 30276, USA
Phone: (770) 576-4471
';var m_06936b47a4ea99852a0c7ab0abef5578 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Bank of North Georgia',});m_06936b47a4ea99852a0c7ab0abef5578['infowindow'] = new google.maps.InfoWindow({content: $l06936b47a4ea99852a0c7ab0abef5578});var infowindow = new google.maps.InfoWindow({content: $l06936b47a4ea99852a0c7ab0abef5578});google.maps.event.addListener(m_06936b47a4ea99852a0c7ab0abef5578, 'click', function() {infowindow.open(map,m_06936b47a4ea99852a0c7ab0abef5578);});$marker.push(m_06936b47a4ea99852a0c7ab0abef5578);}});}google.maps.event.addDomListener(window, 'load', initialize);