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(29.8389,-91.5461)};var g_6f8e50436ee2db7b982c290b29f9ddbc = new google.maps.Geocoder();g_6f8e50436ee2db7b982c290b29f9ddbc.geocode( { 'address': "215 Ralph Darden Memorial Pkwy, Baldwin, LA 70514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-LA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-LA-first-national-bank'), mapOptions);}document.getElementById('21a8b8ee').innerHTML += ' | View Map';var $l6f8e50436ee2db7b982c290b29f9ddbc = '

First National Bank

Address: 215 Ralph Darden Memorial Pkwy, Baldwin, LA 70514
Phone: (337) 923-0513
';var m_6f8e50436ee2db7b982c290b29f9ddbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_6f8e50436ee2db7b982c290b29f9ddbc['infowindow'] = new google.maps.InfoWindow({content: $l6f8e50436ee2db7b982c290b29f9ddbc});var infowindow = new google.maps.InfoWindow({content: $l6f8e50436ee2db7b982c290b29f9ddbc});google.maps.event.addListener(m_6f8e50436ee2db7b982c290b29f9ddbc, 'click', function() {infowindow.open(map,m_6f8e50436ee2db7b982c290b29f9ddbc);});$marker.push(m_6f8e50436ee2db7b982c290b29f9ddbc);}});}google.maps.event.addDomListener(window, 'load', initialize);