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.4702,-90.9533)};var g_80f17455c222e3b01a4cc3a69efa4022 = new google.maps.Geocoder();g_80f17455c222e3b01a4cc3a69efa4022.geocode( { 'address': "1234 Del Este Ave #701, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('56756d18').innerHTML += ' | View Map';var $l80f17455c222e3b01a4cc3a69efa4022 = '

Fairway Independent Mortgage Corporation

Address: 1234 Del Este Ave #701, Denham Springs, LA 70726, USA
Phone: (225) 664-5998
';var m_80f17455c222e3b01a4cc3a69efa4022 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_80f17455c222e3b01a4cc3a69efa4022['infowindow'] = new google.maps.InfoWindow({content: $l80f17455c222e3b01a4cc3a69efa4022});var infowindow = new google.maps.InfoWindow({content: $l80f17455c222e3b01a4cc3a69efa4022});google.maps.event.addListener(m_80f17455c222e3b01a4cc3a69efa4022, 'click', function() {infowindow.open(map,m_80f17455c222e3b01a4cc3a69efa4022);});$marker.push(m_80f17455c222e3b01a4cc3a69efa4022);}});}google.maps.event.addDomListener(window, 'load', initialize);