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.7703,-97.4041)};var g_fa7a45b905dc1e33a2baeb300c304082 = new google.maps.Geocoder();g_fa7a45b905dc1e33a2baeb300c304082.geocode( { 'address': "5516 River Oaks Blvd, River Oaks, TX 76114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('river-oaks-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('river-oaks-TX-ace-cash-express'), mapOptions);}document.getElementById('322d992d').innerHTML += ' | View Map';var $lfa7a45b905dc1e33a2baeb300c304082 = '

ACE Cash Express

Address: 5516 River Oaks Blvd, River Oaks, TX 76114, USA
Phone: (817) 735-4963
';var m_fa7a45b905dc1e33a2baeb300c304082 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_fa7a45b905dc1e33a2baeb300c304082['infowindow'] = new google.maps.InfoWindow({content: $lfa7a45b905dc1e33a2baeb300c304082});var infowindow = new google.maps.InfoWindow({content: $lfa7a45b905dc1e33a2baeb300c304082});google.maps.event.addListener(m_fa7a45b905dc1e33a2baeb300c304082, 'click', function() {infowindow.open(map,m_fa7a45b905dc1e33a2baeb300c304082);});$marker.push(m_fa7a45b905dc1e33a2baeb300c304082);}});}google.maps.event.addDomListener(window, 'load', initialize);