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.9868,-90.1663)};var g_df92808a9e4abaa9ce64b1987551f634 = new google.maps.Geocoder();g_df92808a9e4abaa9ce64b1987551f634.geocode( { 'address': "1 Galleria Blvd, Metairie, LA 70001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('metairie-LA-branch-banking-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('metairie-LA-branch-banking-trust-co'), mapOptions);}document.getElementById('d453ee6a').innerHTML += ' | View Map';var $ldf92808a9e4abaa9ce64b1987551f634 = '

Branch Banking & Trust Co

Address: 1 Galleria Blvd, Metairie, LA 70001
Phone: (504) 849-2550
';var m_df92808a9e4abaa9ce64b1987551f634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Branch Banking & Trust Co',});m_df92808a9e4abaa9ce64b1987551f634['infowindow'] = new google.maps.InfoWindow({content: $ldf92808a9e4abaa9ce64b1987551f634});var infowindow = new google.maps.InfoWindow({content: $ldf92808a9e4abaa9ce64b1987551f634});google.maps.event.addListener(m_df92808a9e4abaa9ce64b1987551f634, 'click', function() {infowindow.open(map,m_df92808a9e4abaa9ce64b1987551f634);});$marker.push(m_df92808a9e4abaa9ce64b1987551f634);}});}google.maps.event.addDomListener(window, 'load', initialize);