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.478,-90.0963)};var g_04907a4c18ddcbc3155a2e65598a5c7b = new google.maps.Geocoder();g_04907a4c18ddcbc3155a2e65598a5c7b.geocode( { 'address': "517 N New Hampshire St, Covington, LA 70433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-specialized-commercial-lending').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-specialized-commercial-lending'), mapOptions);}document.getElementById('e579c099').innerHTML += ' | View Map';var $l04907a4c18ddcbc3155a2e65598a5c7b = '

Specialized Commercial Lending

Address: 517 N New Hampshire St, Covington, LA 70433, USA
Phone: (985) 871-7181
';var m_04907a4c18ddcbc3155a2e65598a5c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Specialized Commercial Lending',});m_04907a4c18ddcbc3155a2e65598a5c7b['infowindow'] = new google.maps.InfoWindow({content: $l04907a4c18ddcbc3155a2e65598a5c7b});var infowindow = new google.maps.InfoWindow({content: $l04907a4c18ddcbc3155a2e65598a5c7b});google.maps.event.addListener(m_04907a4c18ddcbc3155a2e65598a5c7b, 'click', function() {infowindow.open(map,m_04907a4c18ddcbc3155a2e65598a5c7b);});$marker.push(m_04907a4c18ddcbc3155a2e65598a5c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);