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.123,-97.0335)};var g_1ca23338ae8a594ade0f76c7e9e35618 = new google.maps.Geocoder();g_1ca23338ae8a594ade0f76c7e9e35618.geocode( { 'address': "301 W Hundley Dr, Lake Dallas, TX 75065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-dallas-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('lake-dallas-TX-ace-cash-express'), mapOptions);}document.getElementById('f4991a1c').innerHTML += ' | View Map';var $l1ca23338ae8a594ade0f76c7e9e35618 = '

ACE Cash Express

Address: 301 W Hundley Dr, Lake Dallas, TX 75065, USA
Phone: (940) 497-2873
';var m_1ca23338ae8a594ade0f76c7e9e35618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_1ca23338ae8a594ade0f76c7e9e35618['infowindow'] = new google.maps.InfoWindow({content: $l1ca23338ae8a594ade0f76c7e9e35618});var infowindow = new google.maps.InfoWindow({content: $l1ca23338ae8a594ade0f76c7e9e35618});google.maps.event.addListener(m_1ca23338ae8a594ade0f76c7e9e35618, 'click', function() {infowindow.open(map,m_1ca23338ae8a594ade0f76c7e9e35618);});$marker.push(m_1ca23338ae8a594ade0f76c7e9e35618);}});}google.maps.event.addDomListener(window, 'load', initialize);