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.2368,-87.5536)};var g_36cf4839796454c1342a181c3cc79515 = new google.maps.Geocoder();g_36cf4839796454c1342a181c3cc79515.geocode( { 'address': "54 McFarland Blvd, Northport, AL 35476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-AL-fnb-of-central-alabama---northport').style.display = '';map = new google.maps.Map(document.getElementById('northport-AL-fnb-of-central-alabama---northport'), mapOptions);}document.getElementById('8aab59ab').innerHTML += ' | View Map';var $l36cf4839796454c1342a181c3cc79515 = '

FNB of Central Alabama - Northport

Address: 54 McFarland Blvd, Northport, AL 35476, USA
Phone: (205) 752-2744
';var m_36cf4839796454c1342a181c3cc79515 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FNB of Central Alabama - Northport',});m_36cf4839796454c1342a181c3cc79515['infowindow'] = new google.maps.InfoWindow({content: $l36cf4839796454c1342a181c3cc79515});var infowindow = new google.maps.InfoWindow({content: $l36cf4839796454c1342a181c3cc79515});google.maps.event.addListener(m_36cf4839796454c1342a181c3cc79515, 'click', function() {infowindow.open(map,m_36cf4839796454c1342a181c3cc79515);});$marker.push(m_36cf4839796454c1342a181c3cc79515);}});}google.maps.event.addDomListener(window, 'load', initialize);