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.5963,-91.1661)};var g_55799228c834443c2e5da19ab0b70343 = new google.maps.Geocoder();g_55799228c834443c2e5da19ab0b70343.geocode( { 'address': "2082 Main St, Baker, LA 70714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baker-LA-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('baker-LA-capital-one-bank'), mapOptions);}document.getElementById('b6c3d708').innerHTML += ' | View Map';var $l55799228c834443c2e5da19ab0b70343 = '

Capital One Bank

Address: 2082 Main St, Baker, LA 70714, USA
Phone: (225) 381-2041
';var m_55799228c834443c2e5da19ab0b70343 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_55799228c834443c2e5da19ab0b70343['infowindow'] = new google.maps.InfoWindow({content: $l55799228c834443c2e5da19ab0b70343});var infowindow = new google.maps.InfoWindow({content: $l55799228c834443c2e5da19ab0b70343});google.maps.event.addListener(m_55799228c834443c2e5da19ab0b70343, 'click', function() {infowindow.open(map,m_55799228c834443c2e5da19ab0b70343);});$marker.push(m_55799228c834443c2e5da19ab0b70343);}});}google.maps.event.addDomListener(window, 'load', initialize);