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(26.1656,-98.0073)};var g_2fb8fc698f9c9507e6541cb82f18faf5 = new google.maps.Geocoder();g_2fb8fc698f9c9507e6541cb82f18faf5.geocode( { 'address': "401 N Westgate Dr, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-south-texas-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-south-texas-federal-cu'), mapOptions);}document.getElementById('6e1bb58d').innerHTML += ' | View Map';var $l2fb8fc698f9c9507e6541cb82f18faf5 = '

South Texas Federal CU

Address: 401 N Westgate Dr, Weslaco, TX 78596, USA
Phone: (956) 969-2595
';var m_2fb8fc698f9c9507e6541cb82f18faf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Texas Federal CU',});m_2fb8fc698f9c9507e6541cb82f18faf5['infowindow'] = new google.maps.InfoWindow({content: $l2fb8fc698f9c9507e6541cb82f18faf5});var infowindow = new google.maps.InfoWindow({content: $l2fb8fc698f9c9507e6541cb82f18faf5});google.maps.event.addListener(m_2fb8fc698f9c9507e6541cb82f18faf5, 'click', function() {infowindow.open(map,m_2fb8fc698f9c9507e6541cb82f18faf5);});$marker.push(m_2fb8fc698f9c9507e6541cb82f18faf5);}});}google.maps.event.addDomListener(window, 'load', initialize);