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(32.6525,-83.756)};var g_934c067da2d96551704cd45a18266210 = new google.maps.Geocoder();g_934c067da2d96551704cd45a18266210.geocode( { 'address': "101 GA Highway 49 N, Byron, GA 31008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byron-GA-synovus---cbt-bank-of-middle-georgia').style.display = '';map = new google.maps.Map(document.getElementById('byron-GA-synovus---cbt-bank-of-middle-georgia'), mapOptions);}document.getElementById('1c12473d').innerHTML += ' | View Map';var $l934c067da2d96551704cd45a18266210 = '

Synovus - CB&T Bank of Middle Georgia

Address: 101 GA Highway 49 N, Byron, GA 31008, USA
Phone: (478) 929-1004
';var m_934c067da2d96551704cd45a18266210 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - CB&T Bank of Middle Georgia',});m_934c067da2d96551704cd45a18266210['infowindow'] = new google.maps.InfoWindow({content: $l934c067da2d96551704cd45a18266210});var infowindow = new google.maps.InfoWindow({content: $l934c067da2d96551704cd45a18266210});google.maps.event.addListener(m_934c067da2d96551704cd45a18266210, 'click', function() {infowindow.open(map,m_934c067da2d96551704cd45a18266210);});$marker.push(m_934c067da2d96551704cd45a18266210);}});}google.maps.event.addDomListener(window, 'load', initialize);