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(27.9166,-97.1651)};var g_a65a97c7eaf4662042a8837d2456cbcb = new google.maps.Geocoder();g_a65a97c7eaf4662042a8837d2456cbcb.geocode( { 'address': "1921 W Wheeler Ave, Aransas Pass, TX 78336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aransas-pass-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('aransas-pass-TX-ace-cash-express'), mapOptions);}document.getElementById('16f68651').innerHTML += ' | View Map';var $la65a97c7eaf4662042a8837d2456cbcb = '

ACE Cash Express

Address: 1921 W Wheeler Ave, Aransas Pass, TX 78336, USA
Phone: (361) 758-7938
';var m_a65a97c7eaf4662042a8837d2456cbcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_a65a97c7eaf4662042a8837d2456cbcb['infowindow'] = new google.maps.InfoWindow({content: $la65a97c7eaf4662042a8837d2456cbcb});var infowindow = new google.maps.InfoWindow({content: $la65a97c7eaf4662042a8837d2456cbcb});google.maps.event.addListener(m_a65a97c7eaf4662042a8837d2456cbcb, 'click', function() {infowindow.open(map,m_a65a97c7eaf4662042a8837d2456cbcb);});$marker.push(m_a65a97c7eaf4662042a8837d2456cbcb);}});}google.maps.event.addDomListener(window, 'load', initialize);