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(33.6405,-97.1351)};var g_cdd7987c46a293dbc18b225b05734c11 = new google.maps.Geocoder();g_cdd7987c46a293dbc18b225b05734c11.geocode( { 'address': "1012 East Hwy. 82, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-advance-america'), mapOptions);}document.getElementById('ca672698').innerHTML += ' | View Map';var $lcdd7987c46a293dbc18b225b05734c11 = '

Advance America

Address: 1012 East Hwy. 82, Gainesville, TX 76240, USA
Phone: (940) 668-8273
';var m_cdd7987c46a293dbc18b225b05734c11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_cdd7987c46a293dbc18b225b05734c11['infowindow'] = new google.maps.InfoWindow({content: $lcdd7987c46a293dbc18b225b05734c11});var infowindow = new google.maps.InfoWindow({content: $lcdd7987c46a293dbc18b225b05734c11});google.maps.event.addListener(m_cdd7987c46a293dbc18b225b05734c11, 'click', function() {infowindow.open(map,m_cdd7987c46a293dbc18b225b05734c11);});$marker.push(m_cdd7987c46a293dbc18b225b05734c11);}});}google.maps.event.addDomListener(window, 'load', initialize);