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(31.2749,-92.4793)};var g_c4fd32adecf452e700499511c0231f86 = new google.maps.Geocoder();g_c4fd32adecf452e700499511c0231f86.geocode( { 'address': "1412 Peterman Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-magnolia-state-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-magnolia-state-mortgage-llc'), mapOptions);}document.getElementById('00863c2a').innerHTML += ' | View Map';var $lc4fd32adecf452e700499511c0231f86 = '

Magnolia State Mortgage LLC

Address: 1412 Peterman Dr, Alexandria, LA 71301, USA
Phone: (318) 561-8020
';var m_c4fd32adecf452e700499511c0231f86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magnolia State Mortgage LLC',});m_c4fd32adecf452e700499511c0231f86['infowindow'] = new google.maps.InfoWindow({content: $lc4fd32adecf452e700499511c0231f86});var infowindow = new google.maps.InfoWindow({content: $lc4fd32adecf452e700499511c0231f86});google.maps.event.addListener(m_c4fd32adecf452e700499511c0231f86, 'click', function() {infowindow.open(map,m_c4fd32adecf452e700499511c0231f86);});$marker.push(m_c4fd32adecf452e700499511c0231f86);}});}google.maps.event.addDomListener(window, 'load', initialize);