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(31.3757,-84.9344)};var g_3271704060f5b6c45f91b7b7f86ed0d7 = new google.maps.Geocoder();g_3271704060f5b6c45f91b7b7f86ed0d7.geocode( { 'address': "2213 S Main St, Blakely, GA 39823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blakely-GA-first-state-bank-of-blakely').style.display = '';map = new google.maps.Map(document.getElementById('blakely-GA-first-state-bank-of-blakely'), mapOptions);}document.getElementById('0e9b969a').innerHTML += ' | View Map';var $l3271704060f5b6c45f91b7b7f86ed0d7 = '

First State Bank of Blakely

Address: 2213 S Main St, Blakely, GA 39823, USA
Phone: (229) 723-3711
';var m_3271704060f5b6c45f91b7b7f86ed0d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of Blakely',});m_3271704060f5b6c45f91b7b7f86ed0d7['infowindow'] = new google.maps.InfoWindow({content: $l3271704060f5b6c45f91b7b7f86ed0d7});var infowindow = new google.maps.InfoWindow({content: $l3271704060f5b6c45f91b7b7f86ed0d7});google.maps.event.addListener(m_3271704060f5b6c45f91b7b7f86ed0d7, 'click', function() {infowindow.open(map,m_3271704060f5b6c45f91b7b7f86ed0d7);});$marker.push(m_3271704060f5b6c45f91b7b7f86ed0d7);}});}google.maps.event.addDomListener(window, 'load', initialize);