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_733485290e5b6bf18beb568e11b72f22 = new google.maps.Geocoder();g_733485290e5b6bf18beb568e11b72f22.geocode( { 'address': "8818 Garland Rd, Dallas, TX 75218"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-telcom-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-telcom-credit-union'), mapOptions);}document.getElementById('2e3f1996').innerHTML += ' | View Map';var $l733485290e5b6bf18beb568e11b72f22 = '

Texas Telcom Credit Union

Address: 8818 Garland Rd, Dallas, TX 75218
Phone: (214) 320-8818
';var m_733485290e5b6bf18beb568e11b72f22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Telcom Credit Union',});m_733485290e5b6bf18beb568e11b72f22['infowindow'] = new google.maps.InfoWindow({content: $l733485290e5b6bf18beb568e11b72f22});var infowindow = new google.maps.InfoWindow({content: $l733485290e5b6bf18beb568e11b72f22});google.maps.event.addListener(m_733485290e5b6bf18beb568e11b72f22, 'click', function() {infowindow.open(map,m_733485290e5b6bf18beb568e11b72f22);});$marker.push(m_733485290e5b6bf18beb568e11b72f22);}});}google.maps.event.addDomListener(window, 'load', initialize);