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.2361,-92.0065)};var g_0065827f588a93273fc4573b432622cf = new google.maps.Geocoder();g_0065827f588a93273fc4573b432622cf.geocode( { 'address': "200 W Congress St, Lafayette, LA 70501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-iberia-bank-tower').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-iberia-bank-tower'), mapOptions);}document.getElementById('2eb47742').innerHTML += ' | View Map';var $l0065827f588a93273fc4573b432622cf = '

Iberia Bank Tower

Address: 200 W Congress St, Lafayette, LA 70501
Phone: (337) 521-4555
';var m_0065827f588a93273fc4573b432622cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iberia Bank Tower',});m_0065827f588a93273fc4573b432622cf['infowindow'] = new google.maps.InfoWindow({content: $l0065827f588a93273fc4573b432622cf});var infowindow = new google.maps.InfoWindow({content: $l0065827f588a93273fc4573b432622cf});google.maps.event.addListener(m_0065827f588a93273fc4573b432622cf, 'click', function() {infowindow.open(map,m_0065827f588a93273fc4573b432622cf);});$marker.push(m_0065827f588a93273fc4573b432622cf);}});}google.maps.event.addDomListener(window, 'load', initialize);