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(29.4906,-98.5726)};var g_ea1662b2073fd3b09a6c53d4a028c40b = new google.maps.Geocoder();g_ea1662b2073fd3b09a6c53d4a028c40b.geocode( { 'address': "6318 Callaghan Rd, San Antonio, TX 78229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-greater-texas-credit-union--texas-transportation').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-greater-texas-credit-union--texas-transportation'), mapOptions);}document.getElementById('992e4a76').innerHTML += ' | View Map';var $lea1662b2073fd3b09a6c53d4a028c40b = '

Greater Texas Credit Union -Texas Transportation

Address: 6318 Callaghan Rd, San Antonio, TX 78229, USA
Phone: (210) 344-2011
';var m_ea1662b2073fd3b09a6c53d4a028c40b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Texas Credit Union -Texas Transportation',});m_ea1662b2073fd3b09a6c53d4a028c40b['infowindow'] = new google.maps.InfoWindow({content: $lea1662b2073fd3b09a6c53d4a028c40b});var infowindow = new google.maps.InfoWindow({content: $lea1662b2073fd3b09a6c53d4a028c40b});google.maps.event.addListener(m_ea1662b2073fd3b09a6c53d4a028c40b, 'click', function() {infowindow.open(map,m_ea1662b2073fd3b09a6c53d4a028c40b);});$marker.push(m_ea1662b2073fd3b09a6c53d4a028c40b);}});}google.maps.event.addDomListener(window, 'load', initialize);