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.1227,-84.2968)};var g_ee192ce96115979aaf2b65b50010f1bf = new google.maps.Geocoder();g_ee192ce96115979aaf2b65b50010f1bf.geocode( { 'address': "5140 Atlanta Hwy, Alpharetta, GA 30004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-citizens-bank-of-forsyth-county').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-citizens-bank-of-forsyth-county'), mapOptions);}document.getElementById('2d73864c').innerHTML += ' | View Map';var $lee192ce96115979aaf2b65b50010f1bf = '

Citizens Bank of Forsyth County

Address: 5140 Atlanta Hwy, Alpharetta, GA 30004
Phone: (678) 366-8181
';var m_ee192ce96115979aaf2b65b50010f1bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank of Forsyth County',});m_ee192ce96115979aaf2b65b50010f1bf['infowindow'] = new google.maps.InfoWindow({content: $lee192ce96115979aaf2b65b50010f1bf});var infowindow = new google.maps.InfoWindow({content: $lee192ce96115979aaf2b65b50010f1bf});google.maps.event.addListener(m_ee192ce96115979aaf2b65b50010f1bf, 'click', function() {infowindow.open(map,m_ee192ce96115979aaf2b65b50010f1bf);});$marker.push(m_ee192ce96115979aaf2b65b50010f1bf);}});}google.maps.event.addDomListener(window, 'load', initialize);