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(34.188,-83.5144)};var g_a4c00f058d5bc701f2ef2dc3d8cfe76a = new google.maps.Geocoder();g_a4c00f058d5bc701f2ef2dc3d8cfe76a.geocode( { 'address': "5440 Commerce St, Commerce, GA 30530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('commerce-GA-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('commerce-GA-first-citizens-bank-trust'), mapOptions);}document.getElementById('7fc80ab8').innerHTML += ' | View Map';var $la4c00f058d5bc701f2ef2dc3d8cfe76a = '

First Citizens Bank & Trust

Address: 5440 Commerce St, Commerce, GA 30530
Phone: (706) 789-2044
';var m_a4c00f058d5bc701f2ef2dc3d8cfe76a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_a4c00f058d5bc701f2ef2dc3d8cfe76a['infowindow'] = new google.maps.InfoWindow({content: $la4c00f058d5bc701f2ef2dc3d8cfe76a});var infowindow = new google.maps.InfoWindow({content: $la4c00f058d5bc701f2ef2dc3d8cfe76a});google.maps.event.addListener(m_a4c00f058d5bc701f2ef2dc3d8cfe76a, 'click', function() {infowindow.open(map,m_a4c00f058d5bc701f2ef2dc3d8cfe76a);});$marker.push(m_a4c00f058d5bc701f2ef2dc3d8cfe76a);}});}google.maps.event.addDomListener(window, 'load', initialize);