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(30.6226,-87.892)};var g_3688bc5db453523746c83fbedd11a267 = new google.maps.Geocoder();g_3688bc5db453523746c83fbedd11a267.geocode( { 'address': "28720 US Highway 98, Daphne, AL 36526"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-centennial-bank'), mapOptions);}document.getElementById('fbf5e327').innerHTML += ' | View Map';var $l3688bc5db453523746c83fbedd11a267 = '

Centennial Bank

Address: 28720 US Highway 98, Daphne, AL 36526
Phone: (251) 929-7461
';var m_3688bc5db453523746c83fbedd11a267 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_3688bc5db453523746c83fbedd11a267['infowindow'] = new google.maps.InfoWindow({content: $l3688bc5db453523746c83fbedd11a267});var infowindow = new google.maps.InfoWindow({content: $l3688bc5db453523746c83fbedd11a267});google.maps.event.addListener(m_3688bc5db453523746c83fbedd11a267, 'click', function() {infowindow.open(map,m_3688bc5db453523746c83fbedd11a267);});$marker.push(m_3688bc5db453523746c83fbedd11a267);}});}google.maps.event.addDomListener(window, 'load', initialize);