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.3703,-84.9549)};var g_e8cb5f581442030021d62fd780fa674d = new google.maps.Geocoder();g_e8cb5f581442030021d62fd780fa674d.geocode( { 'address': "10959 Columbia Rd, Blakely, GA 39823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blakely-GA-first-state-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('blakely-GA-first-state-bancshares'), mapOptions);}document.getElementById('3d7432cc').innerHTML += ' | View Map';var $le8cb5f581442030021d62fd780fa674d = '

First State Bancshares

Address: 10959 Columbia Rd, Blakely, GA 39823, USA
Phone: (229) 723-9249
';var m_e8cb5f581442030021d62fd780fa674d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bancshares',});m_e8cb5f581442030021d62fd780fa674d['infowindow'] = new google.maps.InfoWindow({content: $le8cb5f581442030021d62fd780fa674d});var infowindow = new google.maps.InfoWindow({content: $le8cb5f581442030021d62fd780fa674d});google.maps.event.addListener(m_e8cb5f581442030021d62fd780fa674d, 'click', function() {infowindow.open(map,m_e8cb5f581442030021d62fd780fa674d);});$marker.push(m_e8cb5f581442030021d62fd780fa674d);}});}google.maps.event.addDomListener(window, 'load', initialize);