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(32.532,-93.7057)};var g_d564495762ccc443fc38ff96a49f0597 = new google.maps.Geocoder();g_d564495762ccc443fc38ff96a49f0597.geocode( { 'address': "2045 Airline Dr, Bossier City, LA 71111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-capital-one-bank'), mapOptions);}document.getElementById('d1b6fe46').innerHTML += ' | View Map';var $ld564495762ccc443fc38ff96a49f0597 = '

Capital One Bank

Address: 2045 Airline Dr, Bossier City, LA 71111, USA
Phone: (318) 674-3820
';var m_d564495762ccc443fc38ff96a49f0597 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_d564495762ccc443fc38ff96a49f0597['infowindow'] = new google.maps.InfoWindow({content: $ld564495762ccc443fc38ff96a49f0597});var infowindow = new google.maps.InfoWindow({content: $ld564495762ccc443fc38ff96a49f0597});google.maps.event.addListener(m_d564495762ccc443fc38ff96a49f0597, 'click', function() {infowindow.open(map,m_d564495762ccc443fc38ff96a49f0597);});$marker.push(m_d564495762ccc443fc38ff96a49f0597);}});}google.maps.event.addDomListener(window, 'load', initialize);