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.5276,-98.4848)};var g_8af57f2d3484419845f4cc3225238c0b = new google.maps.Geocoder();g_8af57f2d3484419845f4cc3225238c0b.geocode( { 'address': "12950 Country Pkwy, San Antonio, TX 78216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-helens-money-team').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-helens-money-team'), mapOptions);}document.getElementById('80009ab5').innerHTML += ' | View Map';var $l8af57f2d3484419845f4cc3225238c0b = '

Helens Money Team

Address: 12950 Country Pkwy, San Antonio, TX 78216, USA
Phone: (210) 403-0808
';var m_8af57f2d3484419845f4cc3225238c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Helens Money Team',});m_8af57f2d3484419845f4cc3225238c0b['infowindow'] = new google.maps.InfoWindow({content: $l8af57f2d3484419845f4cc3225238c0b});var infowindow = new google.maps.InfoWindow({content: $l8af57f2d3484419845f4cc3225238c0b});google.maps.event.addListener(m_8af57f2d3484419845f4cc3225238c0b, 'click', function() {infowindow.open(map,m_8af57f2d3484419845f4cc3225238c0b);});$marker.push(m_8af57f2d3484419845f4cc3225238c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);