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.5041,-95.1085)};var g_6bb4b993a139d2807f8ec185161a39c2 = new google.maps.Geocoder();g_6bb4b993a139d2807f8ec185161a39c2.geocode( { 'address': "1379 W Main St, League City, TX 77573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('league-city-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('league-city-TX-ace-cash-express'), mapOptions);}document.getElementById('e69f3465').innerHTML += ' | View Map';var $l6bb4b993a139d2807f8ec185161a39c2 = '

ACE Cash Express

Address: 1379 W Main St, League City, TX 77573, USA
Phone: (281) 557-2274
';var m_6bb4b993a139d2807f8ec185161a39c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_6bb4b993a139d2807f8ec185161a39c2['infowindow'] = new google.maps.InfoWindow({content: $l6bb4b993a139d2807f8ec185161a39c2});var infowindow = new google.maps.InfoWindow({content: $l6bb4b993a139d2807f8ec185161a39c2});google.maps.event.addListener(m_6bb4b993a139d2807f8ec185161a39c2, 'click', function() {infowindow.open(map,m_6bb4b993a139d2807f8ec185161a39c2);});$marker.push(m_6bb4b993a139d2807f8ec185161a39c2);}});}google.maps.event.addDomListener(window, 'load', initialize);