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.0825,-97.7726)};var g_726da990f10840b067a0e25f2aee4169 = new google.maps.Geocoder();g_726da990f10840b067a0e25f2aee4169.geocode( { 'address': "2201 W Stan Schlueter Loop a700, Killeen, TX 76549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-star-of-texas-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-star-of-texas-financial-solutions'), mapOptions);}document.getElementById('b51344b6').innerHTML += ' | View Map';var $l726da990f10840b067a0e25f2aee4169 = '

Star of Texas Financial Solutions

Address: 2201 W Stan Schlueter Loop a700, Killeen, TX 76549, USA
Phone: (254) 203-5244
';var m_726da990f10840b067a0e25f2aee4169 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star of Texas Financial Solutions',});m_726da990f10840b067a0e25f2aee4169['infowindow'] = new google.maps.InfoWindow({content: $l726da990f10840b067a0e25f2aee4169});var infowindow = new google.maps.InfoWindow({content: $l726da990f10840b067a0e25f2aee4169});google.maps.event.addListener(m_726da990f10840b067a0e25f2aee4169, 'click', function() {infowindow.open(map,m_726da990f10840b067a0e25f2aee4169);});$marker.push(m_726da990f10840b067a0e25f2aee4169);}});}google.maps.event.addDomListener(window, 'load', initialize);