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.3694,-97.7435)};var g_af8219ae2ae1fdbf02d0162ceaabd48a = new google.maps.Geocoder();g_af8219ae2ae1fdbf02d0162ceaabd48a.geocode( { 'address': "8200 N Mopac Expy #210, Austin, TX 78759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-home-loans-by-tera').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-home-loans-by-tera'), mapOptions);}document.getElementById('1983088e').innerHTML += ' | View Map';var $laf8219ae2ae1fdbf02d0162ceaabd48a = '

Home Loans By Tera

Address: 8200 N Mopac Expy #210, Austin, TX 78759, USA
Phone: (512) 828-6420
';var m_af8219ae2ae1fdbf02d0162ceaabd48a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Loans By Tera',});m_af8219ae2ae1fdbf02d0162ceaabd48a['infowindow'] = new google.maps.InfoWindow({content: $laf8219ae2ae1fdbf02d0162ceaabd48a});var infowindow = new google.maps.InfoWindow({content: $laf8219ae2ae1fdbf02d0162ceaabd48a});google.maps.event.addListener(m_af8219ae2ae1fdbf02d0162ceaabd48a, 'click', function() {infowindow.open(map,m_af8219ae2ae1fdbf02d0162ceaabd48a);});$marker.push(m_af8219ae2ae1fdbf02d0162ceaabd48a);}});}google.maps.event.addDomListener(window, 'load', initialize);