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.5106,-98.4068)};var g_b9e4ce50f6c1ba80d31aa4826948a5a6 = new google.maps.Geocoder();g_b9e4ce50f6c1ba80d31aa4826948a5a6.geocode( { 'address': "4407 Walzem Rd # 205, San Antonio, TX 78218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-nacm-of-texas-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-nacm-of-texas-inc'), mapOptions);}document.getElementById('c4dfb3cc').innerHTML += ' | View Map';var $lb9e4ce50f6c1ba80d31aa4826948a5a6 = '

NACM of Texas Inc

Address: 4407 Walzem Rd # 205, San Antonio, TX 78218, USA
Phone: (210) 225-7106
';var m_b9e4ce50f6c1ba80d31aa4826948a5a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NACM of Texas Inc',});m_b9e4ce50f6c1ba80d31aa4826948a5a6['infowindow'] = new google.maps.InfoWindow({content: $lb9e4ce50f6c1ba80d31aa4826948a5a6});var infowindow = new google.maps.InfoWindow({content: $lb9e4ce50f6c1ba80d31aa4826948a5a6});google.maps.event.addListener(m_b9e4ce50f6c1ba80d31aa4826948a5a6, 'click', function() {infowindow.open(map,m_b9e4ce50f6c1ba80d31aa4826948a5a6);});$marker.push(m_b9e4ce50f6c1ba80d31aa4826948a5a6);}});}google.maps.event.addDomListener(window, 'load', initialize);