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.5089,-82.8499)};var g_a20f622a319ee26057e1eac8347b7197 = new google.maps.Geocoder();g_a20f622a319ee26057e1eac8347b7197.geocode( { 'address': "620 Peterson Ave S, Douglas, GA 31533"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-GA-southeastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('douglas-GA-southeastern-bank'), mapOptions);}document.getElementById('59b72eb8').innerHTML += ' | View Map';var $la20f622a319ee26057e1eac8347b7197 = '

Southeastern Bank

Address: 620 Peterson Ave S, Douglas, GA 31533
Phone: (912) 384-1212
';var m_a20f622a319ee26057e1eac8347b7197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeastern Bank',});m_a20f622a319ee26057e1eac8347b7197['infowindow'] = new google.maps.InfoWindow({content: $la20f622a319ee26057e1eac8347b7197});var infowindow = new google.maps.InfoWindow({content: $la20f622a319ee26057e1eac8347b7197});google.maps.event.addListener(m_a20f622a319ee26057e1eac8347b7197, 'click', function() {infowindow.open(map,m_a20f622a319ee26057e1eac8347b7197);});$marker.push(m_a20f622a319ee26057e1eac8347b7197);}});}google.maps.event.addDomListener(window, 'load', initialize);