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.8272,-96.8708)};var g_faa93c52556fcb1ce2d20a5d1a6ef431 = new google.maps.Geocoder();g_faa93c52556fcb1ce2d20a5d1a6ef431.geocode( { 'address': "1317 Empire Central, Dallas, TX 75247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-greater-texas-credit-union---dallas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-greater-texas-credit-union---dallas'), mapOptions);}document.getElementById('d9539a1d').innerHTML += ' | View Map';var $lfaa93c52556fcb1ce2d20a5d1a6ef431 = '

Greater Texas Credit Union - Dallas

Address: 1317 Empire Central, Dallas, TX 75247, USA
Phone: (214) 688-5504
';var m_faa93c52556fcb1ce2d20a5d1a6ef431 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Texas Credit Union - Dallas',});m_faa93c52556fcb1ce2d20a5d1a6ef431['infowindow'] = new google.maps.InfoWindow({content: $lfaa93c52556fcb1ce2d20a5d1a6ef431});var infowindow = new google.maps.InfoWindow({content: $lfaa93c52556fcb1ce2d20a5d1a6ef431});google.maps.event.addListener(m_faa93c52556fcb1ce2d20a5d1a6ef431, 'click', function() {infowindow.open(map,m_faa93c52556fcb1ce2d20a5d1a6ef431);});$marker.push(m_faa93c52556fcb1ce2d20a5d1a6ef431);}});}google.maps.event.addDomListener(window, 'load', initialize);