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(30.4469,-97.6454)};var g_ab7a7a7479d0a3a82b88bf44ac069302 = new google.maps.Geocoder();g_ab7a7a7479d0a3a82b88bf44ac069302.geocode( { 'address': "1912 W Pecan St #204, Pflugerville, TX 78660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pflugerville-TX-star-of-texas-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('pflugerville-TX-star-of-texas-financial-solutions'), mapOptions);}document.getElementById('d4db2524').innerHTML += ' | View Map';var $lab7a7a7479d0a3a82b88bf44ac069302 = '

Star of Texas Financial Solutions

Address: 1912 W Pecan St #204, Pflugerville, TX 78660, USA
Phone: (512) 201-8049
';var m_ab7a7a7479d0a3a82b88bf44ac069302 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star of Texas Financial Solutions',});m_ab7a7a7479d0a3a82b88bf44ac069302['infowindow'] = new google.maps.InfoWindow({content: $lab7a7a7479d0a3a82b88bf44ac069302});var infowindow = new google.maps.InfoWindow({content: $lab7a7a7479d0a3a82b88bf44ac069302});google.maps.event.addListener(m_ab7a7a7479d0a3a82b88bf44ac069302, 'click', function() {infowindow.open(map,m_ab7a7a7479d0a3a82b88bf44ac069302);});$marker.push(m_ab7a7a7479d0a3a82b88bf44ac069302);}});}google.maps.event.addDomListener(window, 'load', initialize);