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.2289,-87.5774)};var g_debbc6bd34cb79a11854213e392edb2a = new google.maps.Geocoder();g_debbc6bd34cb79a11854213e392edb2a.geocode( { 'address': "54 Mcfarland Blvd, Northport, AL 35476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-AL-first-national-bank-central-al').style.display = '';map = new google.maps.Map(document.getElementById('northport-AL-first-national-bank-central-al'), mapOptions);}document.getElementById('58e4e19a').innerHTML += ' | View Map';var $ldebbc6bd34cb79a11854213e392edb2a = '

First National Bank-Central AL

Address: 54 Mcfarland Blvd, Northport, AL 35476
Phone: (205) 752-2744
';var m_debbc6bd34cb79a11854213e392edb2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Central AL',});m_debbc6bd34cb79a11854213e392edb2a['infowindow'] = new google.maps.InfoWindow({content: $ldebbc6bd34cb79a11854213e392edb2a});var infowindow = new google.maps.InfoWindow({content: $ldebbc6bd34cb79a11854213e392edb2a});google.maps.event.addListener(m_debbc6bd34cb79a11854213e392edb2a, 'click', function() {infowindow.open(map,m_debbc6bd34cb79a11854213e392edb2a);});$marker.push(m_debbc6bd34cb79a11854213e392edb2a);}});}google.maps.event.addDomListener(window, 'load', initialize);