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.8559,-84.3953)};var g_c8b65484bc2aeede3061fd569cc2cecb = new google.maps.Geocoder();g_c8b65484bc2aeede3061fd569cc2cecb.geocode( { 'address': "100 Colony Sq NE, Atlanta, GA 30361"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-cbc-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-cbc-national-bank'), mapOptions);}document.getElementById('db50fed1').innerHTML += ' | View Map';var $lc8b65484bc2aeede3061fd569cc2cecb = '

CBC National Bank

Address: 100 Colony Sq NE, Atlanta, GA 30361
Phone: (404) 996-2632
';var m_c8b65484bc2aeede3061fd569cc2cecb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBC National Bank',});m_c8b65484bc2aeede3061fd569cc2cecb['infowindow'] = new google.maps.InfoWindow({content: $lc8b65484bc2aeede3061fd569cc2cecb});var infowindow = new google.maps.InfoWindow({content: $lc8b65484bc2aeede3061fd569cc2cecb});google.maps.event.addListener(m_c8b65484bc2aeede3061fd569cc2cecb, 'click', function() {infowindow.open(map,m_c8b65484bc2aeede3061fd569cc2cecb);});$marker.push(m_c8b65484bc2aeede3061fd569cc2cecb);}});var g_62f9f7fc3d63ba0aa1a05dcef8d39521 = new google.maps.Geocoder();g_62f9f7fc3d63ba0aa1a05dcef8d39521.geocode( { 'address': "4501 Circle 75 Pkwy SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-cbc-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-cbc-national-bank'), mapOptions);}document.getElementById('d3881308').innerHTML += ' | View Map';var $l62f9f7fc3d63ba0aa1a05dcef8d39521 = '

Cbc National Bank

Address: 4501 Circle 75 Pkwy SE, Atlanta, GA 30339
Phone: (904) 321-0400
';var m_62f9f7fc3d63ba0aa1a05dcef8d39521 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cbc National Bank',});m_62f9f7fc3d63ba0aa1a05dcef8d39521['infowindow'] = new google.maps.InfoWindow({content: $l62f9f7fc3d63ba0aa1a05dcef8d39521});var infowindow = new google.maps.InfoWindow({content: $l62f9f7fc3d63ba0aa1a05dcef8d39521});google.maps.event.addListener(m_62f9f7fc3d63ba0aa1a05dcef8d39521, 'click', function() {infowindow.open(map,m_62f9f7fc3d63ba0aa1a05dcef8d39521);});$marker.push(m_62f9f7fc3d63ba0aa1a05dcef8d39521);}});}google.maps.event.addDomListener(window, 'load', initialize);