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.1024,-90.9885)};var g_d569cb1f6a6c4b9ee1f89860d52c038b = new google.maps.Geocoder();g_d569cb1f6a6c4b9ee1f89860d52c038b.geocode( { 'address': "422 Lessard St, Donaldsonville, LA 70346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('donaldsonville-LA-foti-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('donaldsonville-LA-foti-financial-services'), mapOptions);}document.getElementById('a7d65898').innerHTML += ' | View Map';var $ld569cb1f6a6c4b9ee1f89860d52c038b = '

Foti Financial Services

Address: 422 Lessard St, Donaldsonville, LA 70346, USA
Phone: (225) 473-9288
';var m_d569cb1f6a6c4b9ee1f89860d52c038b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foti Financial Services',});m_d569cb1f6a6c4b9ee1f89860d52c038b['infowindow'] = new google.maps.InfoWindow({content: $ld569cb1f6a6c4b9ee1f89860d52c038b});var infowindow = new google.maps.InfoWindow({content: $ld569cb1f6a6c4b9ee1f89860d52c038b});google.maps.event.addListener(m_d569cb1f6a6c4b9ee1f89860d52c038b, 'click', function() {infowindow.open(map,m_d569cb1f6a6c4b9ee1f89860d52c038b);});$marker.push(m_d569cb1f6a6c4b9ee1f89860d52c038b);}});}google.maps.event.addDomListener(window, 'load', initialize);