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.3773,-81.4244)};var g_734f7914f006b750e04d34b488af3406 = new google.maps.Geocoder();g_734f7914f006b750e04d34b488af3406.geocode( { 'address': "1010 North Way, Darien, GA 31305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darien-GA-southeastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('darien-GA-southeastern-bank'), mapOptions);}document.getElementById('e8e02c0a').innerHTML += ' | View Map';var $l734f7914f006b750e04d34b488af3406 = '

Southeastern Bank

Address: 1010 North Way, Darien, GA 31305
Phone: (912) 437-4141
';var m_734f7914f006b750e04d34b488af3406 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeastern Bank',});m_734f7914f006b750e04d34b488af3406['infowindow'] = new google.maps.InfoWindow({content: $l734f7914f006b750e04d34b488af3406});var infowindow = new google.maps.InfoWindow({content: $l734f7914f006b750e04d34b488af3406});google.maps.event.addListener(m_734f7914f006b750e04d34b488af3406, 'click', function() {infowindow.open(map,m_734f7914f006b750e04d34b488af3406);});$marker.push(m_734f7914f006b750e04d34b488af3406);}});}google.maps.event.addDomListener(window, 'load', initialize);