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.5749,-84.1549)};var g_e13c6a43a8cb99abcaf81716eafd8f0d = new google.maps.Geocoder();g_e13c6a43a8cb99abcaf81716eafd8f0d.geocode( { 'address': "310 W Oglethorpe Blvd, Albany, GA 31701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-heritagebank-of-the-south-downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-heritagebank-of-the-south-downtown-branch'), mapOptions);}document.getElementById('ccf2ce79').innerHTML += ' | View Map';var $le13c6a43a8cb99abcaf81716eafd8f0d = '

HeritageBank of the South Downtown Branch

Address: 310 W Oglethorpe Blvd, Albany, GA 31701, USA
Phone: (229) 878-3352
';var m_e13c6a43a8cb99abcaf81716eafd8f0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HeritageBank of the South Downtown Branch',});m_e13c6a43a8cb99abcaf81716eafd8f0d['infowindow'] = new google.maps.InfoWindow({content: $le13c6a43a8cb99abcaf81716eafd8f0d});var infowindow = new google.maps.InfoWindow({content: $le13c6a43a8cb99abcaf81716eafd8f0d});google.maps.event.addListener(m_e13c6a43a8cb99abcaf81716eafd8f0d, 'click', function() {infowindow.open(map,m_e13c6a43a8cb99abcaf81716eafd8f0d);});$marker.push(m_e13c6a43a8cb99abcaf81716eafd8f0d);}});}google.maps.event.addDomListener(window, 'load', initialize);