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.2311,-97.1364)};var g_3e51011a41367065bfa3cc229e384c88 = new google.maps.Geocoder();g_3e51011a41367065bfa3cc229e384c88.geocode( { 'address': "400 W University Dr, Denton, TX 76201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denton-TX-speedy-cash').style.display = '';map = new google.maps.Map(document.getElementById('denton-TX-speedy-cash'), mapOptions);}document.getElementById('b58f7d67').innerHTML += ' | View Map';var $l3e51011a41367065bfa3cc229e384c88 = '

Speedy Cash

Address: 400 W University Dr, Denton, TX 76201, USA
Phone: (940) 380-8739
';var m_3e51011a41367065bfa3cc229e384c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Cash',});m_3e51011a41367065bfa3cc229e384c88['infowindow'] = new google.maps.InfoWindow({content: $l3e51011a41367065bfa3cc229e384c88});var infowindow = new google.maps.InfoWindow({content: $l3e51011a41367065bfa3cc229e384c88});google.maps.event.addListener(m_3e51011a41367065bfa3cc229e384c88, 'click', function() {infowindow.open(map,m_3e51011a41367065bfa3cc229e384c88);});$marker.push(m_3e51011a41367065bfa3cc229e384c88);}});}google.maps.event.addDomListener(window, 'load', initialize);