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(29.998,-91.8057)};var g_ed374f5ad624a201e04600827ca6e990 = new google.maps.Geocoder();g_ed374f5ad624a201e04600827ca6e990.geocode( { 'address': "910 E Main St #18, New Iberia, LA 70560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-iberia-LA-foti-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('new-iberia-LA-foti-financial-services'), mapOptions);}document.getElementById('d1810811').innerHTML += ' | View Map';var $led374f5ad624a201e04600827ca6e990 = '

Foti Financial Services

Address: 910 E Main St #18, New Iberia, LA 70560, USA
Phone: (337) 367-3700
';var m_ed374f5ad624a201e04600827ca6e990 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foti Financial Services',});m_ed374f5ad624a201e04600827ca6e990['infowindow'] = new google.maps.InfoWindow({content: $led374f5ad624a201e04600827ca6e990});var infowindow = new google.maps.InfoWindow({content: $led374f5ad624a201e04600827ca6e990});google.maps.event.addListener(m_ed374f5ad624a201e04600827ca6e990, 'click', function() {infowindow.open(map,m_ed374f5ad624a201e04600827ca6e990);});$marker.push(m_ed374f5ad624a201e04600827ca6e990);}});}google.maps.event.addDomListener(window, 'load', initialize);