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.7788,-96.8022)};var g_0cc840ad48e4e83ead026d5b51c4ce89 = new google.maps.Geocoder();g_0cc840ad48e4e83ead026d5b51c4ce89.geocode( { 'address': "1100 Commerce St #745, Dallas, TX 75242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-federal-credit-union'), mapOptions);}document.getElementById('ae95619d').innerHTML += ' | View Map';var $l0cc840ad48e4e83ead026d5b51c4ce89 = '

Texas Federal Credit Union

Address: 1100 Commerce St #745, Dallas, TX 75242, USA
Phone: (214) 748-9556
';var m_0cc840ad48e4e83ead026d5b51c4ce89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Federal Credit Union',});m_0cc840ad48e4e83ead026d5b51c4ce89['infowindow'] = new google.maps.InfoWindow({content: $l0cc840ad48e4e83ead026d5b51c4ce89});var infowindow = new google.maps.InfoWindow({content: $l0cc840ad48e4e83ead026d5b51c4ce89});google.maps.event.addListener(m_0cc840ad48e4e83ead026d5b51c4ce89, 'click', function() {infowindow.open(map,m_0cc840ad48e4e83ead026d5b51c4ce89);});$marker.push(m_0cc840ad48e4e83ead026d5b51c4ce89);}});}google.maps.event.addDomListener(window, 'load', initialize);