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.5172,-97.6769)};var g_04751cf45955b53e642848490f14d01d = new google.maps.Geocoder();g_04751cf45955b53e642848490f14d01d.geocode( { 'address': "1000 Heritage Center Cir #102, Round Rock, TX 78664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('round-rock-TX-law-office-of-nels-c-hansen-pc').style.display = '';map = new google.maps.Map(document.getElementById('round-rock-TX-law-office-of-nels-c-hansen-pc'), mapOptions);}document.getElementById('39645cef').innerHTML += ' | View Map';var $l04751cf45955b53e642848490f14d01d = '

Law Office of Nels C. Hansen P.C.

Address: 1000 Heritage Center Cir #102, Round Rock, TX 78664, USA
Phone: (512) 458-4138
';var m_04751cf45955b53e642848490f14d01d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Office of Nels C. Hansen P.C.',});m_04751cf45955b53e642848490f14d01d['infowindow'] = new google.maps.InfoWindow({content: $l04751cf45955b53e642848490f14d01d});var infowindow = new google.maps.InfoWindow({content: $l04751cf45955b53e642848490f14d01d});google.maps.event.addListener(m_04751cf45955b53e642848490f14d01d, 'click', function() {infowindow.open(map,m_04751cf45955b53e642848490f14d01d);});$marker.push(m_04751cf45955b53e642848490f14d01d);}});}google.maps.event.addDomListener(window, 'load', initialize);