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.8833,-97.9414)};var g_de96866c673876419508918b96a6b6a0 = new google.maps.Geocoder();g_de96866c673876419508918b96a6b6a0.geocode( { 'address': "San Marcos, TX 78666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marcos-TX-american-general-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('san-marcos-TX-american-general-financial-services'), mapOptions);}document.getElementById('d251ac21').innerHTML += ' | View Map';var $lde96866c673876419508918b96a6b6a0 = '

American General Financial Services

Address: San Marcos, TX 78666, USA
Phone: (512) 392-4098
';var m_de96866c673876419508918b96a6b6a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American General Financial Services',});m_de96866c673876419508918b96a6b6a0['infowindow'] = new google.maps.InfoWindow({content: $lde96866c673876419508918b96a6b6a0});var infowindow = new google.maps.InfoWindow({content: $lde96866c673876419508918b96a6b6a0});google.maps.event.addListener(m_de96866c673876419508918b96a6b6a0, 'click', function() {infowindow.open(map,m_de96866c673876419508918b96a6b6a0);});$marker.push(m_de96866c673876419508918b96a6b6a0);}});}google.maps.event.addDomListener(window, 'load', initialize);