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.9146,-90.0059)};var g_2b25a14808e145a756cf512f552b4915 = new google.maps.Geocoder();g_2b25a14808e145a756cf512f552b4915.geocode( { 'address': "4901 General De Gaulle Dr, New Orleans, LA 70131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-first-nbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-first-nbc-bank'), mapOptions);}document.getElementById('9f15266b').innerHTML += ' | View Map';var $l2b25a14808e145a756cf512f552b4915 = '

First NBC Bank

Address: 4901 General De Gaulle Dr, New Orleans, LA 70131, USA
Phone: (504) 252-4300
';var m_2b25a14808e145a756cf512f552b4915 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First NBC Bank',});m_2b25a14808e145a756cf512f552b4915['infowindow'] = new google.maps.InfoWindow({content: $l2b25a14808e145a756cf512f552b4915});var infowindow = new google.maps.InfoWindow({content: $l2b25a14808e145a756cf512f552b4915});google.maps.event.addListener(m_2b25a14808e145a756cf512f552b4915, 'click', function() {infowindow.open(map,m_2b25a14808e145a756cf512f552b4915);});$marker.push(m_2b25a14808e145a756cf512f552b4915);}});}google.maps.event.addDomListener(window, 'load', initialize);