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.2843,-89.7613)};var g_004978819088d183a8f9841c6d2aa432 = new google.maps.Geocoder();g_004978819088d183a8f9841c6d2aa432.geocode( { 'address': "1401 Gause Blvd, Slidell, LA 70458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slidell-LA-standard-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('slidell-LA-standard-mortgage-corporation'), mapOptions);}document.getElementById('99f78d57').innerHTML += ' | View Map';var $l004978819088d183a8f9841c6d2aa432 = '

Standard Mortgage Corporation

Address: 1401 Gause Blvd, Slidell, LA 70458, USA
Phone: (985) 847-0570
';var m_004978819088d183a8f9841c6d2aa432 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Mortgage Corporation',});m_004978819088d183a8f9841c6d2aa432['infowindow'] = new google.maps.InfoWindow({content: $l004978819088d183a8f9841c6d2aa432});var infowindow = new google.maps.InfoWindow({content: $l004978819088d183a8f9841c6d2aa432});google.maps.event.addListener(m_004978819088d183a8f9841c6d2aa432, 'click', function() {infowindow.open(map,m_004978819088d183a8f9841c6d2aa432);});$marker.push(m_004978819088d183a8f9841c6d2aa432);}});}google.maps.event.addDomListener(window, 'load', initialize);