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.9886,-90.2504)};var g_e2575ed7d2c481c414c10e688bcbc4cf = new google.maps.Geocoder();g_e2575ed7d2c481c414c10e688bcbc4cf.geocode( { 'address': "285 W Esplanade Ave, Kenner, LA 70065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenner-LA-omni-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenner-LA-omni-bank'), mapOptions);}document.getElementById('09108fb6').innerHTML += ' | View Map';var $le2575ed7d2c481c414c10e688bcbc4cf = '

Omni Bank

Address: 285 W Esplanade Ave, Kenner, LA 70065
Phone: (504) 464-1344
';var m_e2575ed7d2c481c414c10e688bcbc4cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Bank',});m_e2575ed7d2c481c414c10e688bcbc4cf['infowindow'] = new google.maps.InfoWindow({content: $le2575ed7d2c481c414c10e688bcbc4cf});var infowindow = new google.maps.InfoWindow({content: $le2575ed7d2c481c414c10e688bcbc4cf});google.maps.event.addListener(m_e2575ed7d2c481c414c10e688bcbc4cf, 'click', function() {infowindow.open(map,m_e2575ed7d2c481c414c10e688bcbc4cf);});$marker.push(m_e2575ed7d2c481c414c10e688bcbc4cf);}});}google.maps.event.addDomListener(window, 'load', initialize);