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(34.2138,-87.2893)};var g_338c070809f38739e58e2a12a2684633 = new google.maps.Geocoder();g_338c070809f38739e58e2a12a2684633.geocode( { 'address': "Highway 278 W, Addison, AL 35540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('addison-AL-premier-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('addison-AL-premier-bank-of-the-south'), mapOptions);}document.getElementById('698d200b').innerHTML += ' | View Map';var $l338c070809f38739e58e2a12a2684633 = '

Premier Bank Of The South

Address: Highway 278 W, Addison, AL 35540
Phone: (256) 737-9900
';var m_338c070809f38739e58e2a12a2684633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank Of The South',});m_338c070809f38739e58e2a12a2684633['infowindow'] = new google.maps.InfoWindow({content: $l338c070809f38739e58e2a12a2684633});var infowindow = new google.maps.InfoWindow({content: $l338c070809f38739e58e2a12a2684633});google.maps.event.addListener(m_338c070809f38739e58e2a12a2684633, 'click', function() {infowindow.open(map,m_338c070809f38739e58e2a12a2684633);});$marker.push(m_338c070809f38739e58e2a12a2684633);}});}google.maps.event.addDomListener(window, 'load', initialize);