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.0577,-96.7375)};var g_41c6fd75530da76805a27dc0de3cd5b1 = new google.maps.Geocoder();g_41c6fd75530da76805a27dc0de3cd5b1.geocode( { 'address': "5160 Tennyson Pkwy, Plano, TX 75024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-keith-umphress-benchmark-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-keith-umphress-benchmark-mortgage'), mapOptions);}document.getElementById('cfde7d33').innerHTML += ' | View Map';var $l41c6fd75530da76805a27dc0de3cd5b1 = '

Keith Umphress - Benchmark Mortgage

Address: 5160 Tennyson Pkwy, Plano, TX 75024
Phone: (940) 389-1886
';var m_41c6fd75530da76805a27dc0de3cd5b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keith Umphress - Benchmark Mortgage',});m_41c6fd75530da76805a27dc0de3cd5b1['infowindow'] = new google.maps.InfoWindow({content: $l41c6fd75530da76805a27dc0de3cd5b1});var infowindow = new google.maps.InfoWindow({content: $l41c6fd75530da76805a27dc0de3cd5b1});google.maps.event.addListener(m_41c6fd75530da76805a27dc0de3cd5b1, 'click', function() {infowindow.open(map,m_41c6fd75530da76805a27dc0de3cd5b1);});$marker.push(m_41c6fd75530da76805a27dc0de3cd5b1);}});}google.maps.event.addDomListener(window, 'load', initialize);