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_dc26c5197ace46abe960095b7a46a8e9 = new google.maps.Geocoder();g_dc26c5197ace46abe960095b7a46a8e9.geocode( { 'address': "330 Carondelet St, New Orleans, LA 70130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-omni-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-omni-bank-na'), mapOptions);}document.getElementById('c193fa99').innerHTML += ' | View Map';var $ldc26c5197ace46abe960095b7a46a8e9 = '

Omni Bank Na

Address: 330 Carondelet St, New Orleans, LA 70130
Phone: (504) 833-2900
';var m_dc26c5197ace46abe960095b7a46a8e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Bank Na',});m_dc26c5197ace46abe960095b7a46a8e9['infowindow'] = new google.maps.InfoWindow({content: $ldc26c5197ace46abe960095b7a46a8e9});var infowindow = new google.maps.InfoWindow({content: $ldc26c5197ace46abe960095b7a46a8e9});google.maps.event.addListener(m_dc26c5197ace46abe960095b7a46a8e9, 'click', function() {infowindow.open(map,m_dc26c5197ace46abe960095b7a46a8e9);});$marker.push(m_dc26c5197ace46abe960095b7a46a8e9);}});}google.maps.event.addDomListener(window, 'load', initialize);