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.2727,-89.7721)};var g_ef74e43b8d66604a038dcd3a0b7aa0df = new google.maps.Geocoder();g_ef74e43b8d66604a038dcd3a0b7aa0df.geocode( { 'address': "2055 Gause Blvd E, Slidell, LA 70461"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slidell-LA-first-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('slidell-LA-first-bank-trust'), mapOptions);}document.getElementById('53bace06').innerHTML += ' | View Map';var $lef74e43b8d66604a038dcd3a0b7aa0df = '

First Bank & Trust

Address: 2055 Gause Blvd E, Slidell, LA 70461
Phone: (985) 643-6818
';var m_ef74e43b8d66604a038dcd3a0b7aa0df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust',});m_ef74e43b8d66604a038dcd3a0b7aa0df['infowindow'] = new google.maps.InfoWindow({content: $lef74e43b8d66604a038dcd3a0b7aa0df});var infowindow = new google.maps.InfoWindow({content: $lef74e43b8d66604a038dcd3a0b7aa0df});google.maps.event.addListener(m_ef74e43b8d66604a038dcd3a0b7aa0df, 'click', function() {infowindow.open(map,m_ef74e43b8d66604a038dcd3a0b7aa0df);});$marker.push(m_ef74e43b8d66604a038dcd3a0b7aa0df);}});}google.maps.event.addDomListener(window, 'load', initialize);