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.2703,-97.7452)};var g_1ea3d1d3bd51ccbb3da578b97394238d = new google.maps.Geocoder();g_1ea3d1d3bd51ccbb3da578b97394238d.geocode( { 'address': "700 Lavaca St #1400, Austin, TX 78701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-texas-rd-tax-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-texas-rd-tax-credit-solutions'), mapOptions);}document.getElementById('e9306222').innerHTML += ' | View Map';var $l1ea3d1d3bd51ccbb3da578b97394238d = '

Texas R&D Tax Credit Solutions

Address: 700 Lavaca St #1400, Austin, TX 78701, USA
Phone: (512) 333-2076
';var m_1ea3d1d3bd51ccbb3da578b97394238d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas R&D Tax Credit Solutions',});m_1ea3d1d3bd51ccbb3da578b97394238d['infowindow'] = new google.maps.InfoWindow({content: $l1ea3d1d3bd51ccbb3da578b97394238d});var infowindow = new google.maps.InfoWindow({content: $l1ea3d1d3bd51ccbb3da578b97394238d});google.maps.event.addListener(m_1ea3d1d3bd51ccbb3da578b97394238d, 'click', function() {infowindow.open(map,m_1ea3d1d3bd51ccbb3da578b97394238d);});$marker.push(m_1ea3d1d3bd51ccbb3da578b97394238d);}});}google.maps.event.addDomListener(window, 'load', initialize);