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.8847,-97.3168)};var g_e5a161f4306d875a580d48593a68606f = new google.maps.Geocoder();g_e5a161f4306d875a580d48593a68606f.geocode( { 'address': "1107 W. US Hwy. 181, Ste. B, Portland, TX 78374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-advance-america'), mapOptions);}document.getElementById('54641bc2').innerHTML += ' | View Map';var $le5a161f4306d875a580d48593a68606f = '

Advance America

Address: 1107 W. US Hwy. 181, Ste. B, Portland, TX 78374, USA
Phone: (361) 777-2942
';var m_e5a161f4306d875a580d48593a68606f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_e5a161f4306d875a580d48593a68606f['infowindow'] = new google.maps.InfoWindow({content: $le5a161f4306d875a580d48593a68606f});var infowindow = new google.maps.InfoWindow({content: $le5a161f4306d875a580d48593a68606f});google.maps.event.addListener(m_e5a161f4306d875a580d48593a68606f, 'click', function() {infowindow.open(map,m_e5a161f4306d875a580d48593a68606f);});$marker.push(m_e5a161f4306d875a580d48593a68606f);}});}google.maps.event.addDomListener(window, 'load', initialize);