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_b51354fb2b54cc420888e1e88f8687eb = new google.maps.Geocoder();g_b51354fb2b54cc420888e1e88f8687eb.geocode( { 'address': "3410 Williams Blvd, Kenner, LA 70065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenner-LA-gulf-coast-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('kenner-LA-gulf-coast-bank-trust-company'), mapOptions);}document.getElementById('0688b586').innerHTML += ' | View Map';var $lb51354fb2b54cc420888e1e88f8687eb = '

Gulf Coast Bank & Trust Company

Address: 3410 Williams Blvd, Kenner, LA 70065
Phone: (504) 565-3656
';var m_b51354fb2b54cc420888e1e88f8687eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Coast Bank & Trust Company',});m_b51354fb2b54cc420888e1e88f8687eb['infowindow'] = new google.maps.InfoWindow({content: $lb51354fb2b54cc420888e1e88f8687eb});var infowindow = new google.maps.InfoWindow({content: $lb51354fb2b54cc420888e1e88f8687eb});google.maps.event.addListener(m_b51354fb2b54cc420888e1e88f8687eb, 'click', function() {infowindow.open(map,m_b51354fb2b54cc420888e1e88f8687eb);});$marker.push(m_b51354fb2b54cc420888e1e88f8687eb);}});}google.maps.event.addDomListener(window, 'load', initialize);