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.1358,-83.4264)};var g_25a171f616dd5d19df8d93d805dde951 = new google.maps.Geocoder();g_25a171f616dd5d19df8d93d805dde951.geocode( { 'address': "301 W 4th St, Adel, GA 31620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adel-GA-heritagebank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('adel-GA-heritagebank-of-the-south'), mapOptions);}document.getElementById('ec39039a').innerHTML += ' | View Map';var $l25a171f616dd5d19df8d93d805dde951 = '

HeritageBank of the South

Address: 301 W 4th St, Adel, GA 31620, USA
Phone: (229) 896-4585
';var m_25a171f616dd5d19df8d93d805dde951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HeritageBank of the South',});m_25a171f616dd5d19df8d93d805dde951['infowindow'] = new google.maps.InfoWindow({content: $l25a171f616dd5d19df8d93d805dde951});var infowindow = new google.maps.InfoWindow({content: $l25a171f616dd5d19df8d93d805dde951});google.maps.event.addListener(m_25a171f616dd5d19df8d93d805dde951, 'click', function() {infowindow.open(map,m_25a171f616dd5d19df8d93d805dde951);});$marker.push(m_25a171f616dd5d19df8d93d805dde951);}});}google.maps.event.addDomListener(window, 'load', initialize);