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.4437,-90.0836)};var g_699e1538d09a77a2242eb43a19d175b0 = new google.maps.Geocoder();g_699e1538d09a77a2242eb43a19d175b0.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-fbt-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-fbt-mortgage-llc'), mapOptions);}document.getElementById('4ca7fff9').innerHTML += ' | View Map';var $l699e1538d09a77a2242eb43a19d175b0 = '

FBT Mortgage LLC

Address: 118 Lake Dr, Covington, LA 70433, USA
Phone: (985) 249-6763
';var m_699e1538d09a77a2242eb43a19d175b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FBT Mortgage LLC',});m_699e1538d09a77a2242eb43a19d175b0['infowindow'] = new google.maps.InfoWindow({content: $l699e1538d09a77a2242eb43a19d175b0});var infowindow = new google.maps.InfoWindow({content: $l699e1538d09a77a2242eb43a19d175b0});google.maps.event.addListener(m_699e1538d09a77a2242eb43a19d175b0, 'click', function() {infowindow.open(map,m_699e1538d09a77a2242eb43a19d175b0);});$marker.push(m_699e1538d09a77a2242eb43a19d175b0);}});}google.maps.event.addDomListener(window, 'load', initialize);