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.4089,-82.6652)};var g_54b827599268bd42f5c04f317a0e0cf5 = new google.maps.Geocoder();g_54b827599268bd42f5c04f317a0e0cf5.geocode( { 'address': "488 Main St, Warrenton, GA 30828"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-GA-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-GA-first-citizens-bank-trust'), mapOptions);}document.getElementById('cac721b3').innerHTML += ' | View Map';var $l54b827599268bd42f5c04f317a0e0cf5 = '

First Citizens Bank & Trust

Address: 488 Main St, Warrenton, GA 30828
Phone: (706) 465-3353
';var m_54b827599268bd42f5c04f317a0e0cf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_54b827599268bd42f5c04f317a0e0cf5['infowindow'] = new google.maps.InfoWindow({content: $l54b827599268bd42f5c04f317a0e0cf5});var infowindow = new google.maps.InfoWindow({content: $l54b827599268bd42f5c04f317a0e0cf5});google.maps.event.addListener(m_54b827599268bd42f5c04f317a0e0cf5, 'click', function() {infowindow.open(map,m_54b827599268bd42f5c04f317a0e0cf5);});$marker.push(m_54b827599268bd42f5c04f317a0e0cf5);}});}google.maps.event.addDomListener(window, 'load', initialize);