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.2766,-86.3523)};var g_5634f56ce6a76b454fd47b6924fe791e = new google.maps.Geocoder();g_5634f56ce6a76b454fd47b6924fe791e.geocode( { 'address': "32363 US Highway 280, Childersburg, AL 35044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childersburg-AL-first-bank-of-childersbur').style.display = '';map = new google.maps.Map(document.getElementById('childersburg-AL-first-bank-of-childersbur'), mapOptions);}document.getElementById('4d0f798e').innerHTML += ' | View Map';var $l5634f56ce6a76b454fd47b6924fe791e = '

First Bank Of Childersbur

Address: 32363 US Highway 280, Childersburg, AL 35044
Phone: (256) 378-0497
';var m_5634f56ce6a76b454fd47b6924fe791e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Of Childersbur',});m_5634f56ce6a76b454fd47b6924fe791e['infowindow'] = new google.maps.InfoWindow({content: $l5634f56ce6a76b454fd47b6924fe791e});var infowindow = new google.maps.InfoWindow({content: $l5634f56ce6a76b454fd47b6924fe791e});google.maps.event.addListener(m_5634f56ce6a76b454fd47b6924fe791e, 'click', function() {infowindow.open(map,m_5634f56ce6a76b454fd47b6924fe791e);});$marker.push(m_5634f56ce6a76b454fd47b6924fe791e);}});}google.maps.event.addDomListener(window, 'load', initialize);