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.0413,-96.832)};var g_3236fb951518ec5f7e607422b67cd180 = new google.maps.Geocoder();g_3236fb951518ec5f7e607422b67cd180.geocode( { 'address': "3004 Communications Pkwy #200, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-tom-sherman---benchmark-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-tom-sherman---benchmark-mortgage'), mapOptions);}document.getElementById('f2af9a89').innerHTML += ' | View Map';var $l3236fb951518ec5f7e607422b67cd180 = '

Tom Sherman - Benchmark Mortgage

Address: 3004 Communications Pkwy #200, Plano, TX 75093, USA
Phone: (972) 218-0903
';var m_3236fb951518ec5f7e607422b67cd180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tom Sherman - Benchmark Mortgage',});m_3236fb951518ec5f7e607422b67cd180['infowindow'] = new google.maps.InfoWindow({content: $l3236fb951518ec5f7e607422b67cd180});var infowindow = new google.maps.InfoWindow({content: $l3236fb951518ec5f7e607422b67cd180});google.maps.event.addListener(m_3236fb951518ec5f7e607422b67cd180, 'click', function() {infowindow.open(map,m_3236fb951518ec5f7e607422b67cd180);});$marker.push(m_3236fb951518ec5f7e607422b67cd180);}});}google.maps.event.addDomListener(window, 'load', initialize);