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.1707,-91.1485)};var g_4c579391b622a3b9735760d7635c9200 = new google.maps.Geocoder();g_4c579391b622a3b9735760d7635c9200.geocode( { 'address': "32495 Leona Ave, White Castle, LA 70788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-castle-LA-citizens-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('white-castle-LA-citizens-bank--trust-co'), mapOptions);}document.getElementById('4db7f2ae').innerHTML += ' | View Map';var $l4c579391b622a3b9735760d7635c9200 = '

Citizens Bank & Trust Co

Address: 32495 Leona Ave, White Castle, LA 70788, USA
Phone: (225) 545-3335
';var m_4c579391b622a3b9735760d7635c9200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_4c579391b622a3b9735760d7635c9200['infowindow'] = new google.maps.InfoWindow({content: $l4c579391b622a3b9735760d7635c9200});var infowindow = new google.maps.InfoWindow({content: $l4c579391b622a3b9735760d7635c9200});google.maps.event.addListener(m_4c579391b622a3b9735760d7635c9200, 'click', function() {infowindow.open(map,m_4c579391b622a3b9735760d7635c9200);});$marker.push(m_4c579391b622a3b9735760d7635c9200);}});}google.maps.event.addDomListener(window, 'load', initialize);