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.8257,-96.7113)};var g_bf0ac02f82422f5ea76448b12f3f509b = new google.maps.Geocoder();g_bf0ac02f82422f5ea76448b12f3f509b.geocode( { 'address': "8818 Garland Rd, Dallas, TX 75218, USA"}, 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('d5a45a73').innerHTML += ' | View Map';var $lbf0ac02f82422f5ea76448b12f3f509b = '

Texas Telcom Credit Union

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