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.4569,-97.8235)};var g_6aa6c0bb044d37732535ba5675577675 = new google.maps.Geocoder();g_6aa6c0bb044d37732535ba5675577675.geocode( { 'address': "11721 Ranch Rd 620 N, Austin, TX 78750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-tommie-smith').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-tommie-smith'), mapOptions);}document.getElementById('695f1d83').innerHTML += ' | View Map';var $l6aa6c0bb044d37732535ba5675577675 = '

Tommie Smith

Address: 11721 Ranch Rd 620 N, Austin, TX 78750, USA
Phone: (512) 258-4157
';var m_6aa6c0bb044d37732535ba5675577675 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tommie Smith',});m_6aa6c0bb044d37732535ba5675577675['infowindow'] = new google.maps.InfoWindow({content: $l6aa6c0bb044d37732535ba5675577675});var infowindow = new google.maps.InfoWindow({content: $l6aa6c0bb044d37732535ba5675577675});google.maps.event.addListener(m_6aa6c0bb044d37732535ba5675577675, 'click', function() {infowindow.open(map,m_6aa6c0bb044d37732535ba5675577675);});$marker.push(m_6aa6c0bb044d37732535ba5675577675);}});}google.maps.event.addDomListener(window, 'load', initialize);