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.8851,-97.3176)};var g_ad365aa288293a980c88e0c9411307b9 = new google.maps.Geocoder();g_ad365aa288293a980c88e0c9411307b9.geocode( { 'address': "1508 Wildcat Dr, Portland, TX 78374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-ace-cash-express'), mapOptions);}document.getElementById('c8b8f851').innerHTML += ' | View Map';var $lad365aa288293a980c88e0c9411307b9 = '

ACE Cash Express

Address: 1508 Wildcat Dr, Portland, TX 78374, USA
Phone: (361) 777-0824
';var m_ad365aa288293a980c88e0c9411307b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_ad365aa288293a980c88e0c9411307b9['infowindow'] = new google.maps.InfoWindow({content: $lad365aa288293a980c88e0c9411307b9});var infowindow = new google.maps.InfoWindow({content: $lad365aa288293a980c88e0c9411307b9});google.maps.event.addListener(m_ad365aa288293a980c88e0c9411307b9, 'click', function() {infowindow.open(map,m_ad365aa288293a980c88e0c9411307b9);});$marker.push(m_ad365aa288293a980c88e0c9411307b9);}});}google.maps.event.addDomListener(window, 'load', initialize);