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_660b457bcd2d07da6118f5093f4b610a = new google.maps.Geocoder();g_660b457bcd2d07da6118f5093f4b610a.geocode( { 'address': "3300 Cumberland Blvd SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-first-citizens').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-first-citizens'), mapOptions);}document.getElementById('b85dfed6').innerHTML += ' | View Map';var $l660b457bcd2d07da6118f5093f4b610a = '

First Citizens

Address: 3300 Cumberland Blvd SE, Atlanta, GA 30339
Phone: (678) 589-9000
';var m_660b457bcd2d07da6118f5093f4b610a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens',});m_660b457bcd2d07da6118f5093f4b610a['infowindow'] = new google.maps.InfoWindow({content: $l660b457bcd2d07da6118f5093f4b610a});var infowindow = new google.maps.InfoWindow({content: $l660b457bcd2d07da6118f5093f4b610a});google.maps.event.addListener(m_660b457bcd2d07da6118f5093f4b610a, 'click', function() {infowindow.open(map,m_660b457bcd2d07da6118f5093f4b610a);});$marker.push(m_660b457bcd2d07da6118f5093f4b610a);}});}google.maps.event.addDomListener(window, 'load', initialize);