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.2238,-92.0184)};var g_bf28366bfac4ebd447b350d97d4893d6 = new google.maps.Geocoder();g_bf28366bfac4ebd447b350d97d4893d6.geocode( { 'address': "100 E Vermilion St #215, Lafayette, LA 70501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-financial-institutions-office').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-financial-institutions-office'), mapOptions);}document.getElementById('7d292a3d').innerHTML += ' | View Map';var $lbf28366bfac4ebd447b350d97d4893d6 = '

Financial Institutions Office

Address: 100 E Vermilion St #215, Lafayette, LA 70501, USA
Phone: (337) 262-5754
';var m_bf28366bfac4ebd447b350d97d4893d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Institutions Office',});m_bf28366bfac4ebd447b350d97d4893d6['infowindow'] = new google.maps.InfoWindow({content: $lbf28366bfac4ebd447b350d97d4893d6});var infowindow = new google.maps.InfoWindow({content: $lbf28366bfac4ebd447b350d97d4893d6});google.maps.event.addListener(m_bf28366bfac4ebd447b350d97d4893d6, 'click', function() {infowindow.open(map,m_bf28366bfac4ebd447b350d97d4893d6);});$marker.push(m_bf28366bfac4ebd447b350d97d4893d6);}});}google.maps.event.addDomListener(window, 'load', initialize);