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.166,-92.0609)};var g_26127307d9aa35b208527b9a7c8769be = new google.maps.Geocoder();g_26127307d9aa35b208527b9a7c8769be.geocode( { 'address': "4004 Ambassador Caffery Pkwy, Lafayette, LA 70503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-investar-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-investar-bank'), mapOptions);}document.getElementById('94cdd55c').innerHTML += ' | View Map';var $l26127307d9aa35b208527b9a7c8769be = '

INVESTAR BANK

Address: 4004 Ambassador Caffery Pkwy, Lafayette, LA 70503, USA
Phone: (337) 981-7827
';var m_26127307d9aa35b208527b9a7c8769be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'INVESTAR BANK',});m_26127307d9aa35b208527b9a7c8769be['infowindow'] = new google.maps.InfoWindow({content: $l26127307d9aa35b208527b9a7c8769be});var infowindow = new google.maps.InfoWindow({content: $l26127307d9aa35b208527b9a7c8769be});google.maps.event.addListener(m_26127307d9aa35b208527b9a7c8769be, 'click', function() {infowindow.open(map,m_26127307d9aa35b208527b9a7c8769be);});$marker.push(m_26127307d9aa35b208527b9a7c8769be);}});}google.maps.event.addDomListener(window, 'load', initialize);