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(27.7596,-98.0527)};var g_982dcd12ae7044f448664cc277b69d41 = new google.maps.Geocoder();g_982dcd12ae7044f448664cc277b69d41.geocode( { 'address': "1725-A East Main St., Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-advance-america'), mapOptions);}document.getElementById('47b21dce').innerHTML += ' | View Map';var $l982dcd12ae7044f448664cc277b69d41 = '

Advance America

Address: 1725-A East Main St., Alice, TX 78332, USA
Phone: (361) 668-3697
';var m_982dcd12ae7044f448664cc277b69d41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_982dcd12ae7044f448664cc277b69d41['infowindow'] = new google.maps.InfoWindow({content: $l982dcd12ae7044f448664cc277b69d41});var infowindow = new google.maps.InfoWindow({content: $l982dcd12ae7044f448664cc277b69d41});google.maps.event.addListener(m_982dcd12ae7044f448664cc277b69d41, 'click', function() {infowindow.open(map,m_982dcd12ae7044f448664cc277b69d41);});$marker.push(m_982dcd12ae7044f448664cc277b69d41);}});}google.maps.event.addDomListener(window, 'load', initialize);