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.1887,-93.5834)};var g_4a1c2f4dcf2bf76b6b278ae40875d536 = new google.maps.Geocoder();g_4a1c2f4dcf2bf76b6b278ae40875d536.geocode( { 'address': "1601 Loree St, Vinton, LA 70668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinton-LA-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('vinton-LA-atm-capital-one-bank'), mapOptions);}document.getElementById('9784bb76').innerHTML += ' | View Map';var $l4a1c2f4dcf2bf76b6b278ae40875d536 = '

ATM (Capital One Bank)

Address: 1601 Loree St, Vinton, LA 70668, USA
Phone:
';var m_4a1c2f4dcf2bf76b6b278ae40875d536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_4a1c2f4dcf2bf76b6b278ae40875d536['infowindow'] = new google.maps.InfoWindow({content: $l4a1c2f4dcf2bf76b6b278ae40875d536});var infowindow = new google.maps.InfoWindow({content: $l4a1c2f4dcf2bf76b6b278ae40875d536});google.maps.event.addListener(m_4a1c2f4dcf2bf76b6b278ae40875d536, 'click', function() {infowindow.open(map,m_4a1c2f4dcf2bf76b6b278ae40875d536);});$marker.push(m_4a1c2f4dcf2bf76b6b278ae40875d536);}});}google.maps.event.addDomListener(window, 'load', initialize);