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(30.5178,-90.5919)};var g_3b74ab8eb83faf0992aad7a123d02707 = new google.maps.Geocoder();g_3b74ab8eb83faf0992aad7a123d02707.geocode( { 'address': "29435 S Montpelier Rd, Albany, LA 70711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-LA-whitney-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('albany-LA-whitney-national-bank'), mapOptions);}document.getElementById('1e9a68b7').innerHTML += ' | View Map';var $l3b74ab8eb83faf0992aad7a123d02707 = '

Whitney National Bank

Address: 29435 S Montpelier Rd, Albany, LA 70711
Phone: (225) 567-2123
';var m_3b74ab8eb83faf0992aad7a123d02707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitney National Bank',});m_3b74ab8eb83faf0992aad7a123d02707['infowindow'] = new google.maps.InfoWindow({content: $l3b74ab8eb83faf0992aad7a123d02707});var infowindow = new google.maps.InfoWindow({content: $l3b74ab8eb83faf0992aad7a123d02707});google.maps.event.addListener(m_3b74ab8eb83faf0992aad7a123d02707, 'click', function() {infowindow.open(map,m_3b74ab8eb83faf0992aad7a123d02707);});$marker.push(m_3b74ab8eb83faf0992aad7a123d02707);}});}google.maps.event.addDomListener(window, 'load', initialize);