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.9362,-96.8231)};var g_ea2e9fa7e5c377283cfa7fb30ae42437 = new google.maps.Geocoder();g_ea2e9fa7e5c377283cfa7fb30ae42437.geocode( { 'address': "14001 Dallas Pkwy #1200, Dallas, TX 75240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-academy-mortgage---dallas-north').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-academy-mortgage---dallas-north'), mapOptions);}document.getElementById('6a01205e').innerHTML += ' | View Map';var $lea2e9fa7e5c377283cfa7fb30ae42437 = '

Academy Mortgage - Dallas North

Address: 14001 Dallas Pkwy #1200, Dallas, TX 75240, USA
Phone: (972) 381-2410
';var m_ea2e9fa7e5c377283cfa7fb30ae42437 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Dallas North',});m_ea2e9fa7e5c377283cfa7fb30ae42437['infowindow'] = new google.maps.InfoWindow({content: $lea2e9fa7e5c377283cfa7fb30ae42437});var infowindow = new google.maps.InfoWindow({content: $lea2e9fa7e5c377283cfa7fb30ae42437});google.maps.event.addListener(m_ea2e9fa7e5c377283cfa7fb30ae42437, 'click', function() {infowindow.open(map,m_ea2e9fa7e5c377283cfa7fb30ae42437);});$marker.push(m_ea2e9fa7e5c377283cfa7fb30ae42437);}});}google.maps.event.addDomListener(window, 'load', initialize);