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(31.46,-100.439)};var g_86905f695c0a6c69051fa78e059b9e15 = new google.maps.Geocoder();g_86905f695c0a6c69051fa78e059b9e15.geocode( { 'address': "131 W Twohig Ave, San Angelo, TX 76903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-aaa-co').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-aaa-co'), mapOptions);}document.getElementById('c3d65f5b').innerHTML += ' | View Map';var $l86905f695c0a6c69051fa78e059b9e15 = '

AAA Co

Address: 131 W Twohig Ave, San Angelo, TX 76903, USA
Phone: (325) 653-2946
';var m_86905f695c0a6c69051fa78e059b9e15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AAA Co',});m_86905f695c0a6c69051fa78e059b9e15['infowindow'] = new google.maps.InfoWindow({content: $l86905f695c0a6c69051fa78e059b9e15});var infowindow = new google.maps.InfoWindow({content: $l86905f695c0a6c69051fa78e059b9e15});google.maps.event.addListener(m_86905f695c0a6c69051fa78e059b9e15, 'click', function() {infowindow.open(map,m_86905f695c0a6c69051fa78e059b9e15);});$marker.push(m_86905f695c0a6c69051fa78e059b9e15);}});}google.maps.event.addDomListener(window, 'load', initialize);