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.5439,-97.1075)};var g_4fcc7053033914c9150d7488f60857df = new google.maps.Geocoder();g_4fcc7053033914c9150d7488f60857df.geocode( { 'address': "24 La Salle Ave C, Waco, TX 76706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-1st-university-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-1st-university-credit-union'), mapOptions);}document.getElementById('774d47c5').innerHTML += ' | View Map';var $l4fcc7053033914c9150d7488f60857df = '

1st University Credit Union

Address: 24 La Salle Ave C, Waco, TX 76706, USA
Phone: (254) 752-2797
';var m_4fcc7053033914c9150d7488f60857df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st University Credit Union',});m_4fcc7053033914c9150d7488f60857df['infowindow'] = new google.maps.InfoWindow({content: $l4fcc7053033914c9150d7488f60857df});var infowindow = new google.maps.InfoWindow({content: $l4fcc7053033914c9150d7488f60857df});google.maps.event.addListener(m_4fcc7053033914c9150d7488f60857df, 'click', function() {infowindow.open(map,m_4fcc7053033914c9150d7488f60857df);});$marker.push(m_4fcc7053033914c9150d7488f60857df);}});}google.maps.event.addDomListener(window, 'load', initialize);