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.8332,-85.1932)};var g_2c8dfb88b2177d60e9a531815b5cbc49 = new google.maps.Geocoder();g_2c8dfb88b2177d60e9a531815b5cbc49.geocode( { 'address': "3559 Business 27, Buchanan, GA 30113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buchanan-GA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('buchanan-GA-first-national-bank'), mapOptions);}document.getElementById('f9c52081').innerHTML += ' | View Map';var $l2c8dfb88b2177d60e9a531815b5cbc49 = '

First National Bank

Address: 3559 Business 27, Buchanan, GA 30113
Phone: (770) 646-6030
';var m_2c8dfb88b2177d60e9a531815b5cbc49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_2c8dfb88b2177d60e9a531815b5cbc49['infowindow'] = new google.maps.InfoWindow({content: $l2c8dfb88b2177d60e9a531815b5cbc49});var infowindow = new google.maps.InfoWindow({content: $l2c8dfb88b2177d60e9a531815b5cbc49});google.maps.event.addListener(m_2c8dfb88b2177d60e9a531815b5cbc49, 'click', function() {infowindow.open(map,m_2c8dfb88b2177d60e9a531815b5cbc49);});$marker.push(m_2c8dfb88b2177d60e9a531815b5cbc49);}});}google.maps.event.addDomListener(window, 'load', initialize);