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(30.8407,-82.0107)};var g_c2e0f019752a0def126bb5042bf73219 = new google.maps.Geocoder();g_c2e0f019752a0def126bb5042bf73219.geocode( { 'address': "4233 Second St N, Folkston, GA 31537"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folkston-GA-southeastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('folkston-GA-southeastern-bank'), mapOptions);}document.getElementById('e4de0e73').innerHTML += ' | View Map';var $lc2e0f019752a0def126bb5042bf73219 = '

Southeastern Bank

Address: 4233 Second St N, Folkston, GA 31537
Phone: (912) 496-7345
';var m_c2e0f019752a0def126bb5042bf73219 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeastern Bank',});m_c2e0f019752a0def126bb5042bf73219['infowindow'] = new google.maps.InfoWindow({content: $lc2e0f019752a0def126bb5042bf73219});var infowindow = new google.maps.InfoWindow({content: $lc2e0f019752a0def126bb5042bf73219});google.maps.event.addListener(m_c2e0f019752a0def126bb5042bf73219, 'click', function() {infowindow.open(map,m_c2e0f019752a0def126bb5042bf73219);});$marker.push(m_c2e0f019752a0def126bb5042bf73219);}});}google.maps.event.addDomListener(window, 'load', initialize);