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.1683,-92.0414)};var g_77a30f3aed77aef3d4ed12bf43df6964 = new google.maps.Geocoder();g_77a30f3aed77aef3d4ed12bf43df6964.geocode( { 'address': "324 Settlers Trace Blvd #1, Lafayette, LA 70508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-south-louisiana-bank--loan-production-office').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-south-louisiana-bank--loan-production-office'), mapOptions);}document.getElementById('7b56c58c').innerHTML += ' | View Map';var $l77a30f3aed77aef3d4ed12bf43df6964 = '

South Louisiana Bank- Loan Production Office

Address: 324 Settlers Trace Blvd #1, Lafayette, LA 70508, USA
Phone: (337) 534-0760
';var m_77a30f3aed77aef3d4ed12bf43df6964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Louisiana Bank- Loan Production Office',});m_77a30f3aed77aef3d4ed12bf43df6964['infowindow'] = new google.maps.InfoWindow({content: $l77a30f3aed77aef3d4ed12bf43df6964});var infowindow = new google.maps.InfoWindow({content: $l77a30f3aed77aef3d4ed12bf43df6964});google.maps.event.addListener(m_77a30f3aed77aef3d4ed12bf43df6964, 'click', function() {infowindow.open(map,m_77a30f3aed77aef3d4ed12bf43df6964);});$marker.push(m_77a30f3aed77aef3d4ed12bf43df6964);}});}google.maps.event.addDomListener(window, 'load', initialize);