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.8583,-97.2387)};var g_6c2de35b691097827da9fdaadc060d69 = new google.maps.Geocoder();g_6c2de35b691097827da9fdaadc060d69.geocode( { 'address': "6245 Rufe Snow Dr, Watauga, TX 76148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watauga-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('watauga-TX-ace-cash-express'), mapOptions);}document.getElementById('c05e2608').innerHTML += ' | View Map';var $l6c2de35b691097827da9fdaadc060d69 = '

ACE Cash Express

Address: 6245 Rufe Snow Dr, Watauga, TX 76148, USA
Phone: (817) 428-8008
';var m_6c2de35b691097827da9fdaadc060d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_6c2de35b691097827da9fdaadc060d69['infowindow'] = new google.maps.InfoWindow({content: $l6c2de35b691097827da9fdaadc060d69});var infowindow = new google.maps.InfoWindow({content: $l6c2de35b691097827da9fdaadc060d69});google.maps.event.addListener(m_6c2de35b691097827da9fdaadc060d69, 'click', function() {infowindow.open(map,m_6c2de35b691097827da9fdaadc060d69);});$marker.push(m_6c2de35b691097827da9fdaadc060d69);}});}google.maps.event.addDomListener(window, 'load', initialize);