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(29.6931,-98.1166)};var g_842d0e7e5bf87ef5bf09c2c124f0e69a = new google.maps.Geocoder();g_842d0e7e5bf87ef5bf09c2c124f0e69a.geocode( { 'address': "626 I-35BL, New Braunfels, TX 78130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-braunfels-TX-star-of-texas-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('new-braunfels-TX-star-of-texas-financial-solutions'), mapOptions);}document.getElementById('72b58d60').innerHTML += ' | View Map';var $l842d0e7e5bf87ef5bf09c2c124f0e69a = '

Star of Texas Financial Solutions

Address: 626 I-35BL, New Braunfels, TX 78130, USA
Phone: (830) 203-6152
';var m_842d0e7e5bf87ef5bf09c2c124f0e69a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star of Texas Financial Solutions',});m_842d0e7e5bf87ef5bf09c2c124f0e69a['infowindow'] = new google.maps.InfoWindow({content: $l842d0e7e5bf87ef5bf09c2c124f0e69a});var infowindow = new google.maps.InfoWindow({content: $l842d0e7e5bf87ef5bf09c2c124f0e69a});google.maps.event.addListener(m_842d0e7e5bf87ef5bf09c2c124f0e69a, 'click', function() {infowindow.open(map,m_842d0e7e5bf87ef5bf09c2c124f0e69a);});$marker.push(m_842d0e7e5bf87ef5bf09c2c124f0e69a);}});}google.maps.event.addDomListener(window, 'load', initialize);