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_ba2a411bfa10e52cc481727f95b13b77 = new google.maps.Geocoder();g_ba2a411bfa10e52cc481727f95b13b77.geocode( { 'address': "2609 Veterans Memorial Blvd, Kenner, LA 70062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenner-LA-whitney-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenner-LA-whitney-bank'), mapOptions);}document.getElementById('b7192a08').innerHTML += ' | View Map';var $lba2a411bfa10e52cc481727f95b13b77 = '

Whitney Bank

Address: 2609 Veterans Memorial Blvd, Kenner, LA 70062
Phone: (504) 207-4167
';var m_ba2a411bfa10e52cc481727f95b13b77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitney Bank',});m_ba2a411bfa10e52cc481727f95b13b77['infowindow'] = new google.maps.InfoWindow({content: $lba2a411bfa10e52cc481727f95b13b77});var infowindow = new google.maps.InfoWindow({content: $lba2a411bfa10e52cc481727f95b13b77});google.maps.event.addListener(m_ba2a411bfa10e52cc481727f95b13b77, 'click', function() {infowindow.open(map,m_ba2a411bfa10e52cc481727f95b13b77);});$marker.push(m_ba2a411bfa10e52cc481727f95b13b77);}});}google.maps.event.addDomListener(window, 'load', initialize);