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.5755,-97.4216)};var g_fe0cdd659ff88db65dc29352c82cb314 = new google.maps.Geocoder();g_fe0cdd659ff88db65dc29352c82cb314.geocode( { 'address': "1019 Cecelia St, Taylor, TX 76574, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-TX-mastriani-law-firm-pc').style.display = '';map = new google.maps.Map(document.getElementById('taylor-TX-mastriani-law-firm-pc'), mapOptions);}document.getElementById('aac37fb1').innerHTML += ' | View Map';var $lfe0cdd659ff88db65dc29352c82cb314 = '

Mastriani Law Firm, PC

Address: 1019 Cecelia St, Taylor, TX 76574, USA
Phone: (713) 665-2777
';var m_fe0cdd659ff88db65dc29352c82cb314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mastriani Law Firm, PC',});m_fe0cdd659ff88db65dc29352c82cb314['infowindow'] = new google.maps.InfoWindow({content: $lfe0cdd659ff88db65dc29352c82cb314});var infowindow = new google.maps.InfoWindow({content: $lfe0cdd659ff88db65dc29352c82cb314});google.maps.event.addListener(m_fe0cdd659ff88db65dc29352c82cb314, 'click', function() {infowindow.open(map,m_fe0cdd659ff88db65dc29352c82cb314);});$marker.push(m_fe0cdd659ff88db65dc29352c82cb314);}});}google.maps.event.addDomListener(window, 'load', initialize);