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.9943,-90.1828)};var g_938e19cf8b4cab474ddea9f523c92c09 = new google.maps.Geocoder();g_938e19cf8b4cab474ddea9f523c92c09.geocode( { 'address': "4621 W Napoleon Ave #205, Metairie, LA 70001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('metairie-LA-certified-bureau-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('metairie-LA-certified-bureau-of-the-south'), mapOptions);}document.getElementById('880f71a8').innerHTML += ' | View Map';var $l938e19cf8b4cab474ddea9f523c92c09 = '

Certified Bureau of the South

Address: 4621 W Napoleon Ave #205, Metairie, LA 70001, USA
Phone: (504) 888-6345
';var m_938e19cf8b4cab474ddea9f523c92c09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Certified Bureau of the South',});m_938e19cf8b4cab474ddea9f523c92c09['infowindow'] = new google.maps.InfoWindow({content: $l938e19cf8b4cab474ddea9f523c92c09});var infowindow = new google.maps.InfoWindow({content: $l938e19cf8b4cab474ddea9f523c92c09});google.maps.event.addListener(m_938e19cf8b4cab474ddea9f523c92c09, 'click', function() {infowindow.open(map,m_938e19cf8b4cab474ddea9f523c92c09);});$marker.push(m_938e19cf8b4cab474ddea9f523c92c09);}});}google.maps.event.addDomListener(window, 'load', initialize);