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.956,-90.0792)};var g_216e6d3c01811c42bbe15f68c6951285 = new google.maps.Geocoder();g_216e6d3c01811c42bbe15f68c6951285.geocode( { 'address': "5435 Magazine St, New Orleans, LA 70115"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-bank-of-new-orleans').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-bank-of-new-orleans'), mapOptions);}document.getElementById('11a39647').innerHTML += ' | View Map';var $l216e6d3c01811c42bbe15f68c6951285 = '

Bank of New Orleans

Address: 5435 Magazine St, New Orleans, LA 70115
Phone: (504) 897-9751
';var m_216e6d3c01811c42bbe15f68c6951285 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of New Orleans',});m_216e6d3c01811c42bbe15f68c6951285['infowindow'] = new google.maps.InfoWindow({content: $l216e6d3c01811c42bbe15f68c6951285});var infowindow = new google.maps.InfoWindow({content: $l216e6d3c01811c42bbe15f68c6951285});google.maps.event.addListener(m_216e6d3c01811c42bbe15f68c6951285, 'click', function() {infowindow.open(map,m_216e6d3c01811c42bbe15f68c6951285);});$marker.push(m_216e6d3c01811c42bbe15f68c6951285);}});}google.maps.event.addDomListener(window, 'load', initialize);