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.0152,-96.7982)};var g_ed89c70b26576777cc7652ff531668ad = new google.maps.Geocoder();g_ed89c70b26576777cc7652ff531668ad.geocode( { 'address': "5068 W Plano Pkwy #310, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-academy-mortgage---north-texas').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-academy-mortgage---north-texas'), mapOptions);}document.getElementById('73ddaef6').innerHTML += ' | View Map';var $led89c70b26576777cc7652ff531668ad = '

Academy Mortgage - North Texas

Address: 5068 W Plano Pkwy #310, Plano, TX 75093, USA
Phone: (972) 608-0900
';var m_ed89c70b26576777cc7652ff531668ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - North Texas',});m_ed89c70b26576777cc7652ff531668ad['infowindow'] = new google.maps.InfoWindow({content: $led89c70b26576777cc7652ff531668ad});var infowindow = new google.maps.InfoWindow({content: $led89c70b26576777cc7652ff531668ad});google.maps.event.addListener(m_ed89c70b26576777cc7652ff531668ad, 'click', function() {infowindow.open(map,m_ed89c70b26576777cc7652ff531668ad);});$marker.push(m_ed89c70b26576777cc7652ff531668ad);}});}google.maps.event.addDomListener(window, 'load', initialize);