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.2865,-91.2327)};var g_6c1eeb48f9273722079a4b6b432eb00f = new google.maps.Geocoder();g_6c1eeb48f9273722079a4b6b432eb00f.geocode( { 'address': "57906 Labauve Ave, Plaquemine, LA 70764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaquemine-LA-ruggiero--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('plaquemine-LA-ruggiero--associates-inc'), mapOptions);}document.getElementById('c6071893').innerHTML += ' | View Map';var $l6c1eeb48f9273722079a4b6b432eb00f = '

Ruggiero & Associates, Inc.

Address: 57906 Labauve Ave, Plaquemine, LA 70764, USA
Phone: (225) 687-3778
';var m_6c1eeb48f9273722079a4b6b432eb00f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ruggiero & Associates, Inc.',});m_6c1eeb48f9273722079a4b6b432eb00f['infowindow'] = new google.maps.InfoWindow({content: $l6c1eeb48f9273722079a4b6b432eb00f});var infowindow = new google.maps.InfoWindow({content: $l6c1eeb48f9273722079a4b6b432eb00f});google.maps.event.addListener(m_6c1eeb48f9273722079a4b6b432eb00f, 'click', function() {infowindow.open(map,m_6c1eeb48f9273722079a4b6b432eb00f);});$marker.push(m_6c1eeb48f9273722079a4b6b432eb00f);}});}google.maps.event.addDomListener(window, 'load', initialize);