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.4283,-98.4851)};var g_80d11aef4c10b2add11c607970f9077d = new google.maps.Geocoder();g_80d11aef4c10b2add11c607970f9077d.geocode( { 'address': "301 Ave E #1, San Antonio, TX 78205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-express-news-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-express-news-federal-cu'), mapOptions);}document.getElementById('ac8eaabc').innerHTML += ' | View Map';var $l80d11aef4c10b2add11c607970f9077d = '

Express-News Federal CU

Address: 301 Ave E #1, San Antonio, TX 78205, USA
Phone: (210) 250-3333
';var m_80d11aef4c10b2add11c607970f9077d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express-News Federal CU',});m_80d11aef4c10b2add11c607970f9077d['infowindow'] = new google.maps.InfoWindow({content: $l80d11aef4c10b2add11c607970f9077d});var infowindow = new google.maps.InfoWindow({content: $l80d11aef4c10b2add11c607970f9077d});google.maps.event.addListener(m_80d11aef4c10b2add11c607970f9077d, 'click', function() {infowindow.open(map,m_80d11aef4c10b2add11c607970f9077d);});$marker.push(m_80d11aef4c10b2add11c607970f9077d);}});}google.maps.event.addDomListener(window, 'load', initialize);