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.4796,-90.3213)};var g_8d0ad900d2bdb578793e3826c9798770 = new google.maps.Geocoder();g_8d0ad900d2bdb578793e3826c9798770.geocode( { 'address': "16244 W Main St, Galliano, LA 70354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galliano-LA-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('galliano-LA-atm-capital-one-bank'), mapOptions);}document.getElementById('19bf9361').innerHTML += ' | View Map';var $l8d0ad900d2bdb578793e3826c9798770 = '

ATM (Capital One Bank)

Address: 16244 W Main St, Galliano, LA 70354, USA
Phone:
';var m_8d0ad900d2bdb578793e3826c9798770 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_8d0ad900d2bdb578793e3826c9798770['infowindow'] = new google.maps.InfoWindow({content: $l8d0ad900d2bdb578793e3826c9798770});var infowindow = new google.maps.InfoWindow({content: $l8d0ad900d2bdb578793e3826c9798770});google.maps.event.addListener(m_8d0ad900d2bdb578793e3826c9798770, 'click', function() {infowindow.open(map,m_8d0ad900d2bdb578793e3826c9798770);});$marker.push(m_8d0ad900d2bdb578793e3826c9798770);}});}google.maps.event.addDomListener(window, 'load', initialize);