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.4672,-98.53)};var g_dc4c44f624d600aa568390f1f1104aa0 = new google.maps.Geocoder();g_dc4c44f624d600aa568390f1f1104aa0.geocode( { 'address': "4317 Naco Perrin Blvd, San Antonio, TX 78201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-alamo-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-alamo-federal-credit-union'), mapOptions);}document.getElementById('384f3dff').innerHTML += ' | View Map';var $ldc4c44f624d600aa568390f1f1104aa0 = '

Alamo Federal Credit Union

Address: 4317 Naco Perrin Blvd, San Antonio, TX 78201
Phone: (210) 554-8770
';var m_dc4c44f624d600aa568390f1f1104aa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alamo Federal Credit Union',});m_dc4c44f624d600aa568390f1f1104aa0['infowindow'] = new google.maps.InfoWindow({content: $ldc4c44f624d600aa568390f1f1104aa0});var infowindow = new google.maps.InfoWindow({content: $ldc4c44f624d600aa568390f1f1104aa0});google.maps.event.addListener(m_dc4c44f624d600aa568390f1f1104aa0, 'click', function() {infowindow.open(map,m_dc4c44f624d600aa568390f1f1104aa0);});$marker.push(m_dc4c44f624d600aa568390f1f1104aa0);}});}google.maps.event.addDomListener(window, 'load', initialize);