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(33.0647,-96.8044)};var g_27cc306821fb8ad232506966326cace6 = new google.maps.Geocoder();g_27cc306821fb8ad232506966326cace6.geocode( { 'address': "5160 Tennyson Pkwy Suite 1000, Plano, TX 75024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-benchmark---corporate-office').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-benchmark---corporate-office'), mapOptions);}document.getElementById('000d69b1').innerHTML += ' | View Map';var $l27cc306821fb8ad232506966326cace6 = '

Benchmark - Corporate Office

Address: 5160 Tennyson Pkwy Suite 1000, Plano, TX 75024, USA
Phone: (972) 398-7676
';var m_27cc306821fb8ad232506966326cace6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark - Corporate Office',});m_27cc306821fb8ad232506966326cace6['infowindow'] = new google.maps.InfoWindow({content: $l27cc306821fb8ad232506966326cace6});var infowindow = new google.maps.InfoWindow({content: $l27cc306821fb8ad232506966326cace6});google.maps.event.addListener(m_27cc306821fb8ad232506966326cace6, 'click', function() {infowindow.open(map,m_27cc306821fb8ad232506966326cace6);});$marker.push(m_27cc306821fb8ad232506966326cace6);}});}google.maps.event.addDomListener(window, 'load', initialize);