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.5787,-97.1319)};var g_b2f2cabd63abc17cdd6c9cc6b9d3501a = new google.maps.Geocoder();g_b2f2cabd63abc17cdd6c9cc6b9d3501a.geocode( { 'address': "980 N Walnut Creek Dr, Mansfield, TX 76063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-TX-ace-cash-express'), mapOptions);}document.getElementById('19896662').innerHTML += ' | View Map';var $lb2f2cabd63abc17cdd6c9cc6b9d3501a = '

ACE Cash Express

Address: 980 N Walnut Creek Dr, Mansfield, TX 76063, USA
Phone: (682) 518-8168
';var m_b2f2cabd63abc17cdd6c9cc6b9d3501a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_b2f2cabd63abc17cdd6c9cc6b9d3501a['infowindow'] = new google.maps.InfoWindow({content: $lb2f2cabd63abc17cdd6c9cc6b9d3501a});var infowindow = new google.maps.InfoWindow({content: $lb2f2cabd63abc17cdd6c9cc6b9d3501a});google.maps.event.addListener(m_b2f2cabd63abc17cdd6c9cc6b9d3501a, 'click', function() {infowindow.open(map,m_b2f2cabd63abc17cdd6c9cc6b9d3501a);});$marker.push(m_b2f2cabd63abc17cdd6c9cc6b9d3501a);}});}google.maps.event.addDomListener(window, 'load', initialize);