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.2305,-93.325)};var g_c6a958d65c2e0c96a54f99c9986cc75f = new google.maps.Geocoder();g_c6a958d65c2e0c96a54f99c9986cc75f.geocode( { 'address': "224 N Cities Service Hwy, Sulphur, LA 70663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-LA-louisiana-mortgage-associates').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-LA-louisiana-mortgage-associates'), mapOptions);}document.getElementById('b2f12d9c').innerHTML += ' | View Map';var $lc6a958d65c2e0c96a54f99c9986cc75f = '

Louisiana Mortgage Associates

Address: 224 N Cities Service Hwy, Sulphur, LA 70663, USA
Phone: (337) 533-8678
';var m_c6a958d65c2e0c96a54f99c9986cc75f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisiana Mortgage Associates',});m_c6a958d65c2e0c96a54f99c9986cc75f['infowindow'] = new google.maps.InfoWindow({content: $lc6a958d65c2e0c96a54f99c9986cc75f});var infowindow = new google.maps.InfoWindow({content: $lc6a958d65c2e0c96a54f99c9986cc75f});google.maps.event.addListener(m_c6a958d65c2e0c96a54f99c9986cc75f, 'click', function() {infowindow.open(map,m_c6a958d65c2e0c96a54f99c9986cc75f);});$marker.push(m_c6a958d65c2e0c96a54f99c9986cc75f);}});}google.maps.event.addDomListener(window, 'load', initialize);