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.1752,-86.2557)};var g_d8c5af05167374f216e38d9f6f625214 = new google.maps.Geocoder();g_d8c5af05167374f216e38d9f6f625214.geocode( { 'address': "1218 Talladega Hwy, Sylacauga, AL 35150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-heritage-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-heritage-bank-of-the-south'), mapOptions);}document.getElementById('64890e67').innerHTML += ' | View Map';var $ld8c5af05167374f216e38d9f6f625214 = '

Heritage Bank Of The South

Address: 1218 Talladega Hwy, Sylacauga, AL 35150
Phone: (256) 249-9306
';var m_d8c5af05167374f216e38d9f6f625214 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank Of The South',});m_d8c5af05167374f216e38d9f6f625214['infowindow'] = new google.maps.InfoWindow({content: $ld8c5af05167374f216e38d9f6f625214});var infowindow = new google.maps.InfoWindow({content: $ld8c5af05167374f216e38d9f6f625214});google.maps.event.addListener(m_d8c5af05167374f216e38d9f6f625214, 'click', function() {infowindow.open(map,m_d8c5af05167374f216e38d9f6f625214);});$marker.push(m_d8c5af05167374f216e38d9f6f625214);}});}google.maps.event.addDomListener(window, 'load', initialize);