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.5837,-91.1543)};var g_16ac54f24551018cb9513c529aa36002 = new google.maps.Geocoder();g_16ac54f24551018cb9513c529aa36002.geocode( { 'address': "2082 Main St, Baker, LA 70714"}, 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('3e431acd').innerHTML += ' | View Map';var $l16ac54f24551018cb9513c529aa36002 = '

Capital One Bank

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