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_79e1b91a5333b4f75a631fe5cd39e8cb = new google.maps.Geocoder();g_79e1b91a5333b4f75a631fe5cd39e8cb.geocode( { 'address': "2714 Canal St, New Orleans, LA 70119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-united-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-united-bank-trust'), mapOptions);}document.getElementById('4cd630e2').innerHTML += ' | View Map';var $l79e1b91a5333b4f75a631fe5cd39e8cb = '

United Bank & Trust

Address: 2714 Canal St, New Orleans, LA 70119
Phone: (504) 821-9244
';var m_79e1b91a5333b4f75a631fe5cd39e8cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank & Trust',});m_79e1b91a5333b4f75a631fe5cd39e8cb['infowindow'] = new google.maps.InfoWindow({content: $l79e1b91a5333b4f75a631fe5cd39e8cb});var infowindow = new google.maps.InfoWindow({content: $l79e1b91a5333b4f75a631fe5cd39e8cb});google.maps.event.addListener(m_79e1b91a5333b4f75a631fe5cd39e8cb, 'click', function() {infowindow.open(map,m_79e1b91a5333b4f75a631fe5cd39e8cb);});$marker.push(m_79e1b91a5333b4f75a631fe5cd39e8cb);}});}google.maps.event.addDomListener(window, 'load', initialize);