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.9752,-90.1625)};var g_fdf7a157d555f8ac35f2a820488c342c = new google.maps.Geocoder();g_fdf7a157d555f8ac35f2a820488c342c.geocode( { 'address': "3615 Airline Dr, Metairie, LA 70001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('metairie-LA-airline-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('metairie-LA-airline-jewelry-and-loan'), mapOptions);}document.getElementById('3b10ff4b').innerHTML += ' | View Map';var $lfdf7a157d555f8ac35f2a820488c342c = '

Airline Jewelry and Loan

Address: 3615 Airline Dr, Metairie, LA 70001, USA
Phone: (504) 836-2001
';var m_fdf7a157d555f8ac35f2a820488c342c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Airline Jewelry and Loan',});m_fdf7a157d555f8ac35f2a820488c342c['infowindow'] = new google.maps.InfoWindow({content: $lfdf7a157d555f8ac35f2a820488c342c});var infowindow = new google.maps.InfoWindow({content: $lfdf7a157d555f8ac35f2a820488c342c});google.maps.event.addListener(m_fdf7a157d555f8ac35f2a820488c342c, 'click', function() {infowindow.open(map,m_fdf7a157d555f8ac35f2a820488c342c);});$marker.push(m_fdf7a157d555f8ac35f2a820488c342c);}});}google.maps.event.addDomListener(window, 'load', initialize);