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.6603,-97.8961)};var g_6a6610feab86a1f294dbbf5855c74af9 = new google.maps.Geocoder();g_6a6610feab86a1f294dbbf5855c74af9.geocode( { 'address': "12701 TX-29, Liberty Hill, TX 78642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-hill-TX-stanley-jason-s').style.display = '';map = new google.maps.Map(document.getElementById('liberty-hill-TX-stanley-jason-s'), mapOptions);}document.getElementById('9c2013b9').innerHTML += ' | View Map';var $l6a6610feab86a1f294dbbf5855c74af9 = '

Stanley Jason S

Address: 12701 TX-29, Liberty Hill, TX 78642, USA
Phone: (512) 259-7156
';var m_6a6610feab86a1f294dbbf5855c74af9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stanley Jason S',});m_6a6610feab86a1f294dbbf5855c74af9['infowindow'] = new google.maps.InfoWindow({content: $l6a6610feab86a1f294dbbf5855c74af9});var infowindow = new google.maps.InfoWindow({content: $l6a6610feab86a1f294dbbf5855c74af9});google.maps.event.addListener(m_6a6610feab86a1f294dbbf5855c74af9, 'click', function() {infowindow.open(map,m_6a6610feab86a1f294dbbf5855c74af9);});$marker.push(m_6a6610feab86a1f294dbbf5855c74af9);}});}google.maps.event.addDomListener(window, 'load', initialize);