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.1409,-96.8028)};var g_bbbdef0b9bc5d4e6735581fa7f6a614b = new google.maps.Geocoder();g_bbbdef0b9bc5d4e6735581fa7f6a614b.geocode( { 'address': "7548 Preston Rd #135, Frisco, TX 75034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frisco-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('frisco-TX-ace-cash-express'), mapOptions);}document.getElementById('e521965b').innerHTML += ' | View Map';var $lbbbdef0b9bc5d4e6735581fa7f6a614b = '

ACE Cash Express

Address: 7548 Preston Rd #135, Frisco, TX 75034, USA
Phone: (214) 436-4746
';var m_bbbdef0b9bc5d4e6735581fa7f6a614b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_bbbdef0b9bc5d4e6735581fa7f6a614b['infowindow'] = new google.maps.InfoWindow({content: $lbbbdef0b9bc5d4e6735581fa7f6a614b});var infowindow = new google.maps.InfoWindow({content: $lbbbdef0b9bc5d4e6735581fa7f6a614b});google.maps.event.addListener(m_bbbdef0b9bc5d4e6735581fa7f6a614b, 'click', function() {infowindow.open(map,m_bbbdef0b9bc5d4e6735581fa7f6a614b);});$marker.push(m_bbbdef0b9bc5d4e6735581fa7f6a614b);}});}google.maps.event.addDomListener(window, 'load', initialize);