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.927,-90.2041)};var g_7799793ede7aab114cf8c41641725518 = new google.maps.Geocoder();g_7799793ede7aab114cf8c41641725518.geocode( { 'address': "1317 Westbank Expy, Westwego, LA 70094"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westwego-LA-fifth-district-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('westwego-LA-fifth-district-savings-bank'), mapOptions);}document.getElementById('62c1b8d6').innerHTML += ' | View Map';var $l7799793ede7aab114cf8c41641725518 = '

Fifth District Savings Bank

Address: 1317 Westbank Expy, Westwego, LA 70094
Phone: (504) 363-6562
';var m_7799793ede7aab114cf8c41641725518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth District Savings Bank',});m_7799793ede7aab114cf8c41641725518['infowindow'] = new google.maps.InfoWindow({content: $l7799793ede7aab114cf8c41641725518});var infowindow = new google.maps.InfoWindow({content: $l7799793ede7aab114cf8c41641725518});google.maps.event.addListener(m_7799793ede7aab114cf8c41641725518, 'click', function() {infowindow.open(map,m_7799793ede7aab114cf8c41641725518);});$marker.push(m_7799793ede7aab114cf8c41641725518);}});}google.maps.event.addDomListener(window, 'load', initialize);