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_743f67238fc607d92e0397d5a4660cc2 = new google.maps.Geocoder();g_743f67238fc607d92e0397d5a4660cc2.geocode( { 'address': "27397 US Highway 98, Daphne, AL 36526-4811"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-community-bank'), mapOptions);}document.getElementById('27f43abe').innerHTML += ' | View Map';var $l743f67238fc607d92e0397d5a4660cc2 = '

Community Bank

Address: 27397 US Highway 98, Daphne, AL 36526-4811
Phone: (251) 338-8200
';var m_743f67238fc607d92e0397d5a4660cc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_743f67238fc607d92e0397d5a4660cc2['infowindow'] = new google.maps.InfoWindow({content: $l743f67238fc607d92e0397d5a4660cc2});var infowindow = new google.maps.InfoWindow({content: $l743f67238fc607d92e0397d5a4660cc2});google.maps.event.addListener(m_743f67238fc607d92e0397d5a4660cc2, 'click', function() {infowindow.open(map,m_743f67238fc607d92e0397d5a4660cc2);});$marker.push(m_743f67238fc607d92e0397d5a4660cc2);}});}google.maps.event.addDomListener(window, 'load', initialize);