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(33.3469,-86.6355)};var g_a94dffa36e0fd0e1b42e2b10864c2ab5 = new google.maps.Geocoder();g_a94dffa36e0fd0e1b42e2b10864c2ab5.geocode( { 'address': "16863 US-280, Chelsea, AL 35043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-AL-heritagebank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-AL-heritagebank-of-the-south'), mapOptions);}document.getElementById('4712669a').innerHTML += ' | View Map';var $la94dffa36e0fd0e1b42e2b10864c2ab5 = '

HeritageBank of the South

Address: 16863 US-280, Chelsea, AL 35043, USA
Phone: (205) 678-2265
';var m_a94dffa36e0fd0e1b42e2b10864c2ab5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HeritageBank of the South',});m_a94dffa36e0fd0e1b42e2b10864c2ab5['infowindow'] = new google.maps.InfoWindow({content: $la94dffa36e0fd0e1b42e2b10864c2ab5});var infowindow = new google.maps.InfoWindow({content: $la94dffa36e0fd0e1b42e2b10864c2ab5});google.maps.event.addListener(m_a94dffa36e0fd0e1b42e2b10864c2ab5, 'click', function() {infowindow.open(map,m_a94dffa36e0fd0e1b42e2b10864c2ab5);});$marker.push(m_a94dffa36e0fd0e1b42e2b10864c2ab5);}});}google.maps.event.addDomListener(window, 'load', initialize);