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.5307,-93.7199)};var g_e221c599f5a5f51c872978156d86c83c = new google.maps.Geocoder();g_e221c599f5a5f51c872978156d86c83c.geocode( { 'address': "1017 Benton Rd, Bossier City, LA 71111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-acadiana-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-acadiana-mortgage'), mapOptions);}document.getElementById('e7071b2e').innerHTML += ' | View Map';var $le221c599f5a5f51c872978156d86c83c = '

Acadiana Mortgage

Address: 1017 Benton Rd, Bossier City, LA 71111, USA
Phone: (318) 549-2800
';var m_e221c599f5a5f51c872978156d86c83c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acadiana Mortgage',});m_e221c599f5a5f51c872978156d86c83c['infowindow'] = new google.maps.InfoWindow({content: $le221c599f5a5f51c872978156d86c83c});var infowindow = new google.maps.InfoWindow({content: $le221c599f5a5f51c872978156d86c83c});google.maps.event.addListener(m_e221c599f5a5f51c872978156d86c83c, 'click', function() {infowindow.open(map,m_e221c599f5a5f51c872978156d86c83c);});$marker.push(m_e221c599f5a5f51c872978156d86c83c);}});}google.maps.event.addDomListener(window, 'load', initialize);