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.2038,-98.088)};var g_37988d0d46f1dec26ad6509b2d91d2b8 = new google.maps.Geocoder();g_37988d0d46f1dec26ad6509b2d91d2b8.geocode( { 'address': "28515 Ranch Rd 12, Dripping Springs, TX 78620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dripping-springs-TX-dorothy-butler-law-firm').style.display = '';map = new google.maps.Map(document.getElementById('dripping-springs-TX-dorothy-butler-law-firm'), mapOptions);}document.getElementById('3438b1ab').innerHTML += ' | View Map';var $l37988d0d46f1dec26ad6509b2d91d2b8 = '

Dorothy Butler Law Firm

Address: 28515 Ranch Rd 12, Dripping Springs, TX 78620, USA
Phone: (512) 699-5632
';var m_37988d0d46f1dec26ad6509b2d91d2b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dorothy Butler Law Firm',});m_37988d0d46f1dec26ad6509b2d91d2b8['infowindow'] = new google.maps.InfoWindow({content: $l37988d0d46f1dec26ad6509b2d91d2b8});var infowindow = new google.maps.InfoWindow({content: $l37988d0d46f1dec26ad6509b2d91d2b8});google.maps.event.addListener(m_37988d0d46f1dec26ad6509b2d91d2b8, 'click', function() {infowindow.open(map,m_37988d0d46f1dec26ad6509b2d91d2b8);});$marker.push(m_37988d0d46f1dec26ad6509b2d91d2b8);}});}google.maps.event.addDomListener(window, 'load', initialize);