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.2636,-86.207)};var g_0de4d7035e4308d676186d986cd0c1cc = new google.maps.Geocoder();g_0de4d7035e4308d676186d986cd0c1cc.geocode( { 'address': "Highway 278 & Snead Cross Rd, Albertville, AL 35950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-central-bank-of-alabama-na').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-central-bank-of-alabama-na'), mapOptions);}document.getElementById('a75db9ce').innerHTML += ' | View Map';var $l0de4d7035e4308d676186d986cd0c1cc = '

Central Bank Of Alabama NA

Address: Highway 278 & Snead Cross Rd, Albertville, AL 35950
Phone: (256) 466-7103
';var m_0de4d7035e4308d676186d986cd0c1cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank Of Alabama NA',});m_0de4d7035e4308d676186d986cd0c1cc['infowindow'] = new google.maps.InfoWindow({content: $l0de4d7035e4308d676186d986cd0c1cc});var infowindow = new google.maps.InfoWindow({content: $l0de4d7035e4308d676186d986cd0c1cc});google.maps.event.addListener(m_0de4d7035e4308d676186d986cd0c1cc, 'click', function() {infowindow.open(map,m_0de4d7035e4308d676186d986cd0c1cc);});$marker.push(m_0de4d7035e4308d676186d986cd0c1cc);}});}google.maps.event.addDomListener(window, 'load', initialize);