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.393,-97.7524)};var g_32dd50eeecc0aec96e142cad34896445 = new google.maps.Geocoder();g_32dd50eeecc0aec96e142cad34896445.geocode( { 'address': "9737 Great Hills Trail #200, Austin, TX 78759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-securitynational-mortgage-company---austin-regional-office').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-securitynational-mortgage-company---austin-regional-office'), mapOptions);}document.getElementById('3fc81cbd').innerHTML += ' | View Map';var $l32dd50eeecc0aec96e142cad34896445 = '

SecurityNational Mortgage Company - Austin Regional Office

Address: 9737 Great Hills Trail #200, Austin, TX 78759, USA
Phone: (512) 795-5596
';var m_32dd50eeecc0aec96e142cad34896445 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SecurityNational Mortgage Company - Austin Regional Office',});m_32dd50eeecc0aec96e142cad34896445['infowindow'] = new google.maps.InfoWindow({content: $l32dd50eeecc0aec96e142cad34896445});var infowindow = new google.maps.InfoWindow({content: $l32dd50eeecc0aec96e142cad34896445});google.maps.event.addListener(m_32dd50eeecc0aec96e142cad34896445, 'click', function() {infowindow.open(map,m_32dd50eeecc0aec96e142cad34896445);});$marker.push(m_32dd50eeecc0aec96e142cad34896445);}});}google.maps.event.addDomListener(window, 'load', initialize);