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.5983,-87.899)};var g_14b7daec26483f95c7eedd9f46f91cca = new google.maps.Geocoder();g_14b7daec26483f95c7eedd9f46f91cca.geocode( { 'address': "1415 US-98, Daphne, AL 36526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-the-first-of-baldwin-county').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-the-first-of-baldwin-county'), mapOptions);}document.getElementById('5de34ff2').innerHTML += ' | View Map';var $l14b7daec26483f95c7eedd9f46f91cca = '

The First of Baldwin County

Address: 1415 US-98, Daphne, AL 36526, USA
Phone: (251) 621-9101
';var m_14b7daec26483f95c7eedd9f46f91cca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First of Baldwin County',});m_14b7daec26483f95c7eedd9f46f91cca['infowindow'] = new google.maps.InfoWindow({content: $l14b7daec26483f95c7eedd9f46f91cca});var infowindow = new google.maps.InfoWindow({content: $l14b7daec26483f95c7eedd9f46f91cca});google.maps.event.addListener(m_14b7daec26483f95c7eedd9f46f91cca, 'click', function() {infowindow.open(map,m_14b7daec26483f95c7eedd9f46f91cca);});$marker.push(m_14b7daec26483f95c7eedd9f46f91cca);}});}google.maps.event.addDomListener(window, 'load', initialize);