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.461,-81.9749)};var g_38685ed8d75379b8ec47e42ff2618c32 = new google.maps.Geocoder();g_38685ed8d75379b8ec47e42ff2618c32.geocode( { 'address': "4065 Columbia Rd, Augusta, GA 30907"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-GA-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('augusta-GA-first-citizens-bank-trust'), mapOptions);}document.getElementById('f1b7c8d1').innerHTML += ' | View Map';var $l38685ed8d75379b8ec47e42ff2618c32 = '

First Citizens Bank & Trust

Address: 4065 Columbia Rd, Augusta, GA 30907
Phone: (706) 860-7130
';var m_38685ed8d75379b8ec47e42ff2618c32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_38685ed8d75379b8ec47e42ff2618c32['infowindow'] = new google.maps.InfoWindow({content: $l38685ed8d75379b8ec47e42ff2618c32});var infowindow = new google.maps.InfoWindow({content: $l38685ed8d75379b8ec47e42ff2618c32});google.maps.event.addListener(m_38685ed8d75379b8ec47e42ff2618c32, 'click', function() {infowindow.open(map,m_38685ed8d75379b8ec47e42ff2618c32);});$marker.push(m_38685ed8d75379b8ec47e42ff2618c32);}});}google.maps.event.addDomListener(window, 'load', initialize);