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_17fbb4ebc6ba292d38179c87dadb989e = new google.maps.Geocoder();g_17fbb4ebc6ba292d38179c87dadb989e.geocode( { 'address': "1415 US Highway 98, Daphne, AL 36526"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-first-national-bank-of-baldwin').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-first-national-bank-of-baldwin'), mapOptions);}document.getElementById('7767fcfa').innerHTML += ' | View Map';var $l17fbb4ebc6ba292d38179c87dadb989e = '

First National Bank Of Baldwin

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