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.4351,-100.5)};var g_e40d1c91705e98a59715fd4bb89d5e39 = new google.maps.Geocoder();g_e40d1c91705e98a59715fd4bb89d5e39.geocode( { 'address': "4548 Sherwood Way, San Angelo, TX 76901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-advance-america'), mapOptions);}document.getElementById('f814ce36').innerHTML += ' | View Map';var $le40d1c91705e98a59715fd4bb89d5e39 = '

Advance America

Address: 4548 Sherwood Way, San Angelo, TX 76901, USA
Phone: (325) 949-1472
';var m_e40d1c91705e98a59715fd4bb89d5e39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_e40d1c91705e98a59715fd4bb89d5e39['infowindow'] = new google.maps.InfoWindow({content: $le40d1c91705e98a59715fd4bb89d5e39});var infowindow = new google.maps.InfoWindow({content: $le40d1c91705e98a59715fd4bb89d5e39});google.maps.event.addListener(m_e40d1c91705e98a59715fd4bb89d5e39, 'click', function() {infowindow.open(map,m_e40d1c91705e98a59715fd4bb89d5e39);});$marker.push(m_e40d1c91705e98a59715fd4bb89d5e39);}});}google.maps.event.addDomListener(window, 'load', initialize);