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.5879,-90.7208)};var g_7fb15019103809d7311d26d2e8bb47ed = new google.maps.Geocoder();g_7fb15019103809d7311d26d2e8bb47ed.geocode( { 'address': "1244 Barrow St, Houma, LA 70360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houma-LA-atm-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('houma-LA-atm-flagstar-bank'), mapOptions);}document.getElementById('6174caa6').innerHTML += ' | View Map';var $l7fb15019103809d7311d26d2e8bb47ed = '

ATM (Flagstar Bank)

Address: 1244 Barrow St, Houma, LA 70360, USA
Phone:
';var m_7fb15019103809d7311d26d2e8bb47ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Flagstar Bank)',});m_7fb15019103809d7311d26d2e8bb47ed['infowindow'] = new google.maps.InfoWindow({content: $l7fb15019103809d7311d26d2e8bb47ed});var infowindow = new google.maps.InfoWindow({content: $l7fb15019103809d7311d26d2e8bb47ed});google.maps.event.addListener(m_7fb15019103809d7311d26d2e8bb47ed, 'click', function() {infowindow.open(map,m_7fb15019103809d7311d26d2e8bb47ed);});$marker.push(m_7fb15019103809d7311d26d2e8bb47ed);}});}google.maps.event.addDomListener(window, 'load', initialize);