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.464,-90.0847)};var g_97ae692139e6d0332082ff509bf9dafc = new google.maps.Geocoder();g_97ae692139e6d0332082ff509bf9dafc.geocode( { 'address': "2033 N Hwy 190 #7, Covington, LA 70433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-1st-franklin-financial'), mapOptions);}document.getElementById('aadbcedd').innerHTML += ' | View Map';var $l97ae692139e6d0332082ff509bf9dafc = '

1st Franklin Financial

Address: 2033 N Hwy 190 #7, Covington, LA 70433, USA
Phone: (985) 893-3621
';var m_97ae692139e6d0332082ff509bf9dafc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_97ae692139e6d0332082ff509bf9dafc['infowindow'] = new google.maps.InfoWindow({content: $l97ae692139e6d0332082ff509bf9dafc});var infowindow = new google.maps.InfoWindow({content: $l97ae692139e6d0332082ff509bf9dafc});google.maps.event.addListener(m_97ae692139e6d0332082ff509bf9dafc, 'click', function() {infowindow.open(map,m_97ae692139e6d0332082ff509bf9dafc);});$marker.push(m_97ae692139e6d0332082ff509bf9dafc);}});}google.maps.event.addDomListener(window, 'load', initialize);