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.5378,-93.7071)};var g_a71ea93eea0dbc65cc0642882d7153f2 = new google.maps.Geocoder();g_a71ea93eea0dbc65cc0642882d7153f2.geocode( { 'address': "2146 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-fairway-independent-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-fairway-independent-mortgage'), mapOptions);}document.getElementById('83a6d935').innerHTML += ' | View Map';var $la71ea93eea0dbc65cc0642882d7153f2 = '

Fairway Independent Mortgage

Address: 2146 Airline Dr, Bossier City, LA 71111, USA
Phone: (318) 742-2646
';var m_a71ea93eea0dbc65cc0642882d7153f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage',});m_a71ea93eea0dbc65cc0642882d7153f2['infowindow'] = new google.maps.InfoWindow({content: $la71ea93eea0dbc65cc0642882d7153f2});var infowindow = new google.maps.InfoWindow({content: $la71ea93eea0dbc65cc0642882d7153f2});google.maps.event.addListener(m_a71ea93eea0dbc65cc0642882d7153f2, 'click', function() {infowindow.open(map,m_a71ea93eea0dbc65cc0642882d7153f2);});$marker.push(m_a71ea93eea0dbc65cc0642882d7153f2);}});}google.maps.event.addDomListener(window, 'load', initialize);