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(32.9633,-96.7452)};var g_fc1dc4549df0335d7f506edb5d66af16 = new google.maps.Geocoder();g_fc1dc4549df0335d7f506edb5d66af16.geocode( { 'address': "212 W Spring Valley Rd, Richardson, TX 75081"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richardson-TX-mas-law-firm').style.display = '';map = new google.maps.Map(document.getElementById('richardson-TX-mas-law-firm'), mapOptions);}document.getElementById('78b2824c').innerHTML += ' | View Map';var $lfc1dc4549df0335d7f506edb5d66af16 = '

Mas Law Firm

Address: 212 W Spring Valley Rd, Richardson, TX 75081
Phone: (972) 789-1664
';var m_fc1dc4549df0335d7f506edb5d66af16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mas Law Firm',});m_fc1dc4549df0335d7f506edb5d66af16['infowindow'] = new google.maps.InfoWindow({content: $lfc1dc4549df0335d7f506edb5d66af16});var infowindow = new google.maps.InfoWindow({content: $lfc1dc4549df0335d7f506edb5d66af16});google.maps.event.addListener(m_fc1dc4549df0335d7f506edb5d66af16, 'click', function() {infowindow.open(map,m_fc1dc4549df0335d7f506edb5d66af16);});$marker.push(m_fc1dc4549df0335d7f506edb5d66af16);}});}google.maps.event.addDomListener(window, 'load', initialize);