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.9234)};var g_a4e1d10a7a8bc2dae8f3d9936475502f = new google.maps.Geocoder();g_a4e1d10a7a8bc2dae8f3d9936475502f.geocode( { 'address': "730 E Hopkins St, San Marcos, TX 78666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marcos-TX-approved-money-center').style.display = '';map = new google.maps.Map(document.getElementById('san-marcos-TX-approved-money-center'), mapOptions);}document.getElementById('61321b73').innerHTML += ' | View Map';var $la4e1d10a7a8bc2dae8f3d9936475502f = '

Approved Money Center

Address: 730 E Hopkins St, San Marcos, TX 78666, USA
Phone: (512) 392-6777
';var m_a4e1d10a7a8bc2dae8f3d9936475502f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Money Center',});m_a4e1d10a7a8bc2dae8f3d9936475502f['infowindow'] = new google.maps.InfoWindow({content: $la4e1d10a7a8bc2dae8f3d9936475502f});var infowindow = new google.maps.InfoWindow({content: $la4e1d10a7a8bc2dae8f3d9936475502f});google.maps.event.addListener(m_a4e1d10a7a8bc2dae8f3d9936475502f, 'click', function() {infowindow.open(map,m_a4e1d10a7a8bc2dae8f3d9936475502f);});$marker.push(m_a4e1d10a7a8bc2dae8f3d9936475502f);}});}google.maps.event.addDomListener(window, 'load', initialize);