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(32.5884,-96.9434)};var g_c60374f391570643f493e67e3338644d = new google.maps.Geocoder();g_c60374f391570643f493e67e3338644d.geocode( { 'address': "108 W Belt Line Rd #11, Cedar Hill, TX 75104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-hill-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('cedar-hill-TX-advance-america'), mapOptions);}document.getElementById('e53bf012').innerHTML += ' | View Map';var $lc60374f391570643f493e67e3338644d = '

Advance America

Address: 108 W Belt Line Rd #11, Cedar Hill, TX 75104, USA
Phone: (972) 291-4890
';var m_c60374f391570643f493e67e3338644d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c60374f391570643f493e67e3338644d['infowindow'] = new google.maps.InfoWindow({content: $lc60374f391570643f493e67e3338644d});var infowindow = new google.maps.InfoWindow({content: $lc60374f391570643f493e67e3338644d});google.maps.event.addListener(m_c60374f391570643f493e67e3338644d, 'click', function() {infowindow.open(map,m_c60374f391570643f493e67e3338644d);});$marker.push(m_c60374f391570643f493e67e3338644d);}});}google.maps.event.addDomListener(window, 'load', initialize);