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.1575,-87.4093)};var g_38eafe532760cde72fb5b9e2f7684021 = new google.maps.Geocoder();g_38eafe532760cde72fb5b9e2f7684021.geocode( { 'address': "15305 US-278, Double Springs, AL 35553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('double-springs-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('double-springs-AL-first-national-bank'), mapOptions);}document.getElementById('43887d67').innerHTML += ' | View Map';var $l38eafe532760cde72fb5b9e2f7684021 = '

First National Bank

Address: 15305 US-278, Double Springs, AL 35553, USA
Phone: (205) 489-5246
';var m_38eafe532760cde72fb5b9e2f7684021 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_38eafe532760cde72fb5b9e2f7684021['infowindow'] = new google.maps.InfoWindow({content: $l38eafe532760cde72fb5b9e2f7684021});var infowindow = new google.maps.InfoWindow({content: $l38eafe532760cde72fb5b9e2f7684021});google.maps.event.addListener(m_38eafe532760cde72fb5b9e2f7684021, 'click', function() {infowindow.open(map,m_38eafe532760cde72fb5b9e2f7684021);});$marker.push(m_38eafe532760cde72fb5b9e2f7684021);}});}google.maps.event.addDomListener(window, 'load', initialize);