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.9259,-90.3726)};var g_497ff166f185ca28f5204a9b63f68b92 = new google.maps.Geocoder();g_497ff166f185ca28f5204a9b63f68b92.geocode( { 'address': "811 Paul Maillard Rd, Luling, LA 70070"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('luling-LA-capital-one-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('luling-LA-capital-one-bank-closed'), mapOptions);}document.getElementById('6e45fe65').innerHTML += ' | View Map';var $l497ff166f185ca28f5204a9b63f68b92 = '

Capital One Bank - Closed

Address: 811 Paul Maillard Rd, Luling, LA 70070
Phone: (504) 533-3820
';var m_497ff166f185ca28f5204a9b63f68b92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank - Closed',});m_497ff166f185ca28f5204a9b63f68b92['infowindow'] = new google.maps.InfoWindow({content: $l497ff166f185ca28f5204a9b63f68b92});var infowindow = new google.maps.InfoWindow({content: $l497ff166f185ca28f5204a9b63f68b92});google.maps.event.addListener(m_497ff166f185ca28f5204a9b63f68b92, 'click', function() {infowindow.open(map,m_497ff166f185ca28f5204a9b63f68b92);});$marker.push(m_497ff166f185ca28f5204a9b63f68b92);}});}google.maps.event.addDomListener(window, 'load', initialize);