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.8832,-97.9177)};var g_282641b0b098a53cfc476583d242080f = new google.maps.Geocoder();g_282641b0b098a53cfc476583d242080f.geocode( { 'address': "929 TX-80 b, San Marcos, TX 78666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marcos-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-marcos-TX-onemain-financial'), mapOptions);}document.getElementById('23998845').innerHTML += ' | View Map';var $l282641b0b098a53cfc476583d242080f = '

OneMain Financial

Address: 929 TX-80 b, San Marcos, TX 78666, USA
Phone: (512) 396-1460
';var m_282641b0b098a53cfc476583d242080f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_282641b0b098a53cfc476583d242080f['infowindow'] = new google.maps.InfoWindow({content: $l282641b0b098a53cfc476583d242080f});var infowindow = new google.maps.InfoWindow({content: $l282641b0b098a53cfc476583d242080f});google.maps.event.addListener(m_282641b0b098a53cfc476583d242080f, 'click', function() {infowindow.open(map,m_282641b0b098a53cfc476583d242080f);});$marker.push(m_282641b0b098a53cfc476583d242080f);}});}google.maps.event.addDomListener(window, 'load', initialize);