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.7872,-96.7985)};var g_2a90a91791ceac698a7a3c79fed73882 = new google.maps.Geocoder();g_2a90a91791ceac698a7a3c79fed73882.geocode( { 'address': "4630 Exchange Service Dr, Dallas, TX 75236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-aafes-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-aafes-federal-credit-union'), mapOptions);}document.getElementById('63848e01').innerHTML += ' | View Map';var $l2a90a91791ceac698a7a3c79fed73882 = '

Aafes Federal Credit Union

Address: 4630 Exchange Service Dr, Dallas, TX 75236
Phone: (214) 337-0090
';var m_2a90a91791ceac698a7a3c79fed73882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aafes Federal Credit Union',});m_2a90a91791ceac698a7a3c79fed73882['infowindow'] = new google.maps.InfoWindow({content: $l2a90a91791ceac698a7a3c79fed73882});var infowindow = new google.maps.InfoWindow({content: $l2a90a91791ceac698a7a3c79fed73882});google.maps.event.addListener(m_2a90a91791ceac698a7a3c79fed73882, 'click', function() {infowindow.open(map,m_2a90a91791ceac698a7a3c79fed73882);});$marker.push(m_2a90a91791ceac698a7a3c79fed73882);}});}google.maps.event.addDomListener(window, 'load', initialize);