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.442,-90.0841)};var g_b5870aedacb3fa94fc9f395d8f476938 = new google.maps.Geocoder();g_b5870aedacb3fa94fc9f395d8f476938.geocode( { 'address': "118 Lake Dr, Covington, LA 70433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-first-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-first-bank--trust'), mapOptions);}document.getElementById('4ca7fff9').innerHTML += ' | View Map';var $lb5870aedacb3fa94fc9f395d8f476938 = '

First Bank & Trust

Address: 118 Lake Dr, Covington, LA 70433, USA
Phone: (985) 249-6750
';var m_b5870aedacb3fa94fc9f395d8f476938 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust',});m_b5870aedacb3fa94fc9f395d8f476938['infowindow'] = new google.maps.InfoWindow({content: $lb5870aedacb3fa94fc9f395d8f476938});var infowindow = new google.maps.InfoWindow({content: $lb5870aedacb3fa94fc9f395d8f476938});google.maps.event.addListener(m_b5870aedacb3fa94fc9f395d8f476938, 'click', function() {infowindow.open(map,m_b5870aedacb3fa94fc9f395d8f476938);});$marker.push(m_b5870aedacb3fa94fc9f395d8f476938);}});}google.maps.event.addDomListener(window, 'load', initialize);