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.0036,-91.8194)};var g_87cc6e542269254a6058656b7778f456 = new google.maps.Geocoder();g_87cc6e542269254a6058656b7778f456.geocode( { 'address': "413 Jefferson Ter, New Iberia, LA 70560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-iberia-LA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-iberia-LA-first-national-bank'), mapOptions);}document.getElementById('531b6d28').innerHTML += ' | View Map';var $l87cc6e542269254a6058656b7778f456 = '

First National Bank

Address: 413 Jefferson Ter, New Iberia, LA 70560
Phone: (337) 367-6208
';var m_87cc6e542269254a6058656b7778f456 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_87cc6e542269254a6058656b7778f456['infowindow'] = new google.maps.InfoWindow({content: $l87cc6e542269254a6058656b7778f456});var infowindow = new google.maps.InfoWindow({content: $l87cc6e542269254a6058656b7778f456});google.maps.event.addListener(m_87cc6e542269254a6058656b7778f456, 'click', function() {infowindow.open(map,m_87cc6e542269254a6058656b7778f456);});$marker.push(m_87cc6e542269254a6058656b7778f456);}});}google.maps.event.addDomListener(window, 'load', initialize);