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.4403,-84.4627)};var g_a8761ac664e9156033dac1008ae6af49 = new google.maps.Geocoder();g_a8761ac664e9156033dac1008ae6af49.geocode( { 'address': "135 Brandywine Blvd, Fayetteville, GA 30214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-GA-state-bank-of-georgia').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-GA-state-bank-of-georgia'), mapOptions);}document.getElementById('934642ba').innerHTML += ' | View Map';var $la8761ac664e9156033dac1008ae6af49 = '

State Bank Of Georgia

Address: 135 Brandywine Blvd, Fayetteville, GA 30214
Phone: (678) 545-2424
';var m_a8761ac664e9156033dac1008ae6af49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Georgia',});m_a8761ac664e9156033dac1008ae6af49['infowindow'] = new google.maps.InfoWindow({content: $la8761ac664e9156033dac1008ae6af49});var infowindow = new google.maps.InfoWindow({content: $la8761ac664e9156033dac1008ae6af49});google.maps.event.addListener(m_a8761ac664e9156033dac1008ae6af49, 'click', function() {infowindow.open(map,m_a8761ac664e9156033dac1008ae6af49);});$marker.push(m_a8761ac664e9156033dac1008ae6af49);}});}google.maps.event.addDomListener(window, 'load', initialize);