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(31.4223,-100.494)};var g_c6f05bf764c61aef841f7eee47bda100 = new google.maps.Geocoder();g_c6f05bf764c61aef841f7eee47bda100.geocode( { 'address': "San Angelo, TX 76904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-trans-texas-southwest-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-trans-texas-southwest-credit-union'), mapOptions);}document.getElementById('0832501f').innerHTML += ' | View Map';var $lc6f05bf764c61aef841f7eee47bda100 = '

Trans Texas Southwest Credit Union

Address: San Angelo, TX 76904, USA
Phone: (325) 944-3184
';var m_c6f05bf764c61aef841f7eee47bda100 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trans Texas Southwest Credit Union',});m_c6f05bf764c61aef841f7eee47bda100['infowindow'] = new google.maps.InfoWindow({content: $lc6f05bf764c61aef841f7eee47bda100});var infowindow = new google.maps.InfoWindow({content: $lc6f05bf764c61aef841f7eee47bda100});google.maps.event.addListener(m_c6f05bf764c61aef841f7eee47bda100, 'click', function() {infowindow.open(map,m_c6f05bf764c61aef841f7eee47bda100);});$marker.push(m_c6f05bf764c61aef841f7eee47bda100);}});}google.maps.event.addDomListener(window, 'load', initialize);