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.5949,-98.5122)};var g_b41b72cb176c62f458414fca1cc9183a = new google.maps.Geocoder();g_b41b72cb176c62f458414fca1cc9183a.geocode( { 'address': "16607 Blanco Rd #1306, San Antonio, TX 78232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-brad-dawson').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-brad-dawson'), mapOptions);}document.getElementById('4b2b78f9').innerHTML += ' | View Map';var $lb41b72cb176c62f458414fca1cc9183a = '

Brad Dawson

Address: 16607 Blanco Rd #1306, San Antonio, TX 78232, USA
Phone: (210) 667-5875
';var m_b41b72cb176c62f458414fca1cc9183a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brad Dawson',});m_b41b72cb176c62f458414fca1cc9183a['infowindow'] = new google.maps.InfoWindow({content: $lb41b72cb176c62f458414fca1cc9183a});var infowindow = new google.maps.InfoWindow({content: $lb41b72cb176c62f458414fca1cc9183a});google.maps.event.addListener(m_b41b72cb176c62f458414fca1cc9183a, 'click', function() {infowindow.open(map,m_b41b72cb176c62f458414fca1cc9183a);});$marker.push(m_b41b72cb176c62f458414fca1cc9183a);}});}google.maps.event.addDomListener(window, 'load', initialize);