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.2517,-97.842)};var g_aaf511de2b8a34a8da04758826d1abb3 = new google.maps.Geocoder();g_aaf511de2b8a34a8da04758826d1abb3.geocode( { 'address': "5500 Travis Green Ln, Austin, TX 78735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-counselors-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-counselors-mortgage'), mapOptions);}document.getElementById('a73fe902').innerHTML += ' | View Map';var $laaf511de2b8a34a8da04758826d1abb3 = '

Counselors Mortgage

Address: 5500 Travis Green Ln, Austin, TX 78735, USA
Phone: (512) 916-9955
';var m_aaf511de2b8a34a8da04758826d1abb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Counselors Mortgage',});m_aaf511de2b8a34a8da04758826d1abb3['infowindow'] = new google.maps.InfoWindow({content: $laaf511de2b8a34a8da04758826d1abb3});var infowindow = new google.maps.InfoWindow({content: $laaf511de2b8a34a8da04758826d1abb3});google.maps.event.addListener(m_aaf511de2b8a34a8da04758826d1abb3, 'click', function() {infowindow.open(map,m_aaf511de2b8a34a8da04758826d1abb3);});$marker.push(m_aaf511de2b8a34a8da04758826d1abb3);}});}google.maps.event.addDomListener(window, 'load', initialize);