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(29.5618,-95.6841)};var g_045cf83ab0722e782cf72d14e44adf98 = new google.maps.Geocoder();g_045cf83ab0722e782cf72d14e44adf98.geocode( { 'address': "19901 Southwest Fwy # 108, Sugar Land, TX 77479, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-security-national-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-security-national-mortgage'), mapOptions);}document.getElementById('e6e92a0f').innerHTML += ' | View Map';var $l045cf83ab0722e782cf72d14e44adf98 = '

Security National Mortgage

Address: 19901 Southwest Fwy # 108, Sugar Land, TX 77479, USA
Phone: (713) 278-7400
';var m_045cf83ab0722e782cf72d14e44adf98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security National Mortgage',});m_045cf83ab0722e782cf72d14e44adf98['infowindow'] = new google.maps.InfoWindow({content: $l045cf83ab0722e782cf72d14e44adf98});var infowindow = new google.maps.InfoWindow({content: $l045cf83ab0722e782cf72d14e44adf98});google.maps.event.addListener(m_045cf83ab0722e782cf72d14e44adf98, 'click', function() {infowindow.open(map,m_045cf83ab0722e782cf72d14e44adf98);});$marker.push(m_045cf83ab0722e782cf72d14e44adf98);}});}google.maps.event.addDomListener(window, 'load', initialize);