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.4428,-100.46)};var g_2a98f631f947487fc710b89d13d5a51a = new google.maps.Geocoder();g_2a98f631f947487fc710b89d13d5a51a.geocode( { 'address': "2201 W Ave N, San Angelo, TX 76904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-san-angelo-motor-co').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-san-angelo-motor-co'), mapOptions);}document.getElementById('d3296b5b').innerHTML += ' | View Map';var $l2a98f631f947487fc710b89d13d5a51a = '

San Angelo Motor Co.

Address: 2201 W Ave N, San Angelo, TX 76904, USA
Phone: (325) 944-0523
';var m_2a98f631f947487fc710b89d13d5a51a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Angelo Motor Co.',});m_2a98f631f947487fc710b89d13d5a51a['infowindow'] = new google.maps.InfoWindow({content: $l2a98f631f947487fc710b89d13d5a51a});var infowindow = new google.maps.InfoWindow({content: $l2a98f631f947487fc710b89d13d5a51a});google.maps.event.addListener(m_2a98f631f947487fc710b89d13d5a51a, 'click', function() {infowindow.open(map,m_2a98f631f947487fc710b89d13d5a51a);});$marker.push(m_2a98f631f947487fc710b89d13d5a51a);}});}google.maps.event.addDomListener(window, 'load', initialize);