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.1132,-97.765)};var g_574cea1d858532874358ad2e0d4a8389 = new google.maps.Geocoder();g_574cea1d858532874358ad2e0d4a8389.geocode( { 'address': "1011 Wales Dr, Killeen, TX 76549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-texas-partners-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-texas-partners-federal-credit-union'), mapOptions);}document.getElementById('57c5ac19').innerHTML += ' | View Map';var $l574cea1d858532874358ad2e0d4a8389 = '

Texas Partners Federal Credit Union

Address: 1011 Wales Dr, Killeen, TX 76549, USA
Phone: (254) 526-3081
';var m_574cea1d858532874358ad2e0d4a8389 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Partners Federal Credit Union',});m_574cea1d858532874358ad2e0d4a8389['infowindow'] = new google.maps.InfoWindow({content: $l574cea1d858532874358ad2e0d4a8389});var infowindow = new google.maps.InfoWindow({content: $l574cea1d858532874358ad2e0d4a8389});google.maps.event.addListener(m_574cea1d858532874358ad2e0d4a8389, 'click', function() {infowindow.open(map,m_574cea1d858532874358ad2e0d4a8389);});$marker.push(m_574cea1d858532874358ad2e0d4a8389);}});}google.maps.event.addDomListener(window, 'load', initialize);