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.882,-97.9447)};var g_5998c9da0ec9218bbee0da3774520a1f = new google.maps.Geocoder();g_5998c9da0ec9218bbee0da3774520a1f.geocode( { 'address': "400 Harvey St, San Marcos, TX 78666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marcos-TX-southstar-mortgage-a-division-of-southstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-marcos-TX-southstar-mortgage-a-division-of-southstar-bank'), mapOptions);}document.getElementById('c95d4783').innerHTML += ' | View Map';var $l5998c9da0ec9218bbee0da3774520a1f = '

SouthStar Mortgage (a Division of SouthStar Bank)

Address: 400 Harvey St, San Marcos, TX 78666, USA
Phone: (512) 392-0578
';var m_5998c9da0ec9218bbee0da3774520a1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthStar Mortgage (a Division of SouthStar Bank)',});m_5998c9da0ec9218bbee0da3774520a1f['infowindow'] = new google.maps.InfoWindow({content: $l5998c9da0ec9218bbee0da3774520a1f});var infowindow = new google.maps.InfoWindow({content: $l5998c9da0ec9218bbee0da3774520a1f});google.maps.event.addListener(m_5998c9da0ec9218bbee0da3774520a1f, 'click', function() {infowindow.open(map,m_5998c9da0ec9218bbee0da3774520a1f);});$marker.push(m_5998c9da0ec9218bbee0da3774520a1f);}});}google.maps.event.addDomListener(window, 'load', initialize);