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.9415,-96.8236)};var g_105405695aa6c6e0e203fbf4df13a1d5 = new google.maps.Geocoder();g_105405695aa6c6e0e203fbf4df13a1d5.geocode( { 'address': "14221 Dallas Pkwy #1000, Dallas, TX 75254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-fannie-mae').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-fannie-mae'), mapOptions);}document.getElementById('54ab0f0c').innerHTML += ' | View Map';var $l105405695aa6c6e0e203fbf4df13a1d5 = '

Fannie Mae

Address: 14221 Dallas Pkwy #1000, Dallas, TX 75254, USA
Phone: (972) 773-4663
';var m_105405695aa6c6e0e203fbf4df13a1d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fannie Mae',});m_105405695aa6c6e0e203fbf4df13a1d5['infowindow'] = new google.maps.InfoWindow({content: $l105405695aa6c6e0e203fbf4df13a1d5});var infowindow = new google.maps.InfoWindow({content: $l105405695aa6c6e0e203fbf4df13a1d5});google.maps.event.addListener(m_105405695aa6c6e0e203fbf4df13a1d5, 'click', function() {infowindow.open(map,m_105405695aa6c6e0e203fbf4df13a1d5);});$marker.push(m_105405695aa6c6e0e203fbf4df13a1d5);}});}google.maps.event.addDomListener(window, 'load', initialize);