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_ead2191c715a0b3050385359724f673d = new google.maps.Geocoder();g_ead2191c715a0b3050385359724f673d.geocode( { 'address': "4455 Lyndon B Johnson Fwy, Dallas, TX 75244"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-credit-union-league').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-credit-union-league'), mapOptions);}document.getElementById('873afa40').innerHTML += ' | View Map';var $lead2191c715a0b3050385359724f673d = '

Texas Credit Union League

Address: 4455 Lyndon B Johnson Fwy, Dallas, TX 75244
Phone: (469) 385-6400
';var m_ead2191c715a0b3050385359724f673d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Credit Union League',});m_ead2191c715a0b3050385359724f673d['infowindow'] = new google.maps.InfoWindow({content: $lead2191c715a0b3050385359724f673d});var infowindow = new google.maps.InfoWindow({content: $lead2191c715a0b3050385359724f673d});google.maps.event.addListener(m_ead2191c715a0b3050385359724f673d, 'click', function() {infowindow.open(map,m_ead2191c715a0b3050385359724f673d);});$marker.push(m_ead2191c715a0b3050385359724f673d);}});}google.maps.event.addDomListener(window, 'load', initialize);