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(29.5633,-95.5616)};var g_f7b80214c9564ac1bd11fd91a037d17b = new google.maps.Geocoder();g_f7b80214c9564ac1bd11fd91a037d17b.geocode( { 'address': "6307 Hwy 6, Missouri City, TX 77459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('missouri-city-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('missouri-city-TX-ace-cash-express'), mapOptions);}document.getElementById('b020bfe7').innerHTML += ' | View Map';var $lf7b80214c9564ac1bd11fd91a037d17b = '

ACE Cash Express

Address: 6307 Hwy 6, Missouri City, TX 77459, USA
Phone: (281) 208-1144
';var m_f7b80214c9564ac1bd11fd91a037d17b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_f7b80214c9564ac1bd11fd91a037d17b['infowindow'] = new google.maps.InfoWindow({content: $lf7b80214c9564ac1bd11fd91a037d17b});var infowindow = new google.maps.InfoWindow({content: $lf7b80214c9564ac1bd11fd91a037d17b});google.maps.event.addListener(m_f7b80214c9564ac1bd11fd91a037d17b, 'click', function() {infowindow.open(map,m_f7b80214c9564ac1bd11fd91a037d17b);});$marker.push(m_f7b80214c9564ac1bd11fd91a037d17b);}});}google.maps.event.addDomListener(window, 'load', initialize);