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(30.485,-97.6744)};var g_85dca1d270f7f9aef00c9d372f114482 = new google.maps.Geocoder();g_85dca1d270f7f9aef00c9d372f114482.geocode( { 'address': "2541 S Interstate Hwy 35 #300, Round Rock, TX 78664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('round-rock-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('round-rock-TX-ace-cash-express'), mapOptions);}document.getElementById('887ba872').innerHTML += ' | View Map';var $l85dca1d270f7f9aef00c9d372f114482 = '

ACE Cash Express

Address: 2541 S Interstate Hwy 35 #300, Round Rock, TX 78664, USA
Phone: (512) 248-8313
';var m_85dca1d270f7f9aef00c9d372f114482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_85dca1d270f7f9aef00c9d372f114482['infowindow'] = new google.maps.InfoWindow({content: $l85dca1d270f7f9aef00c9d372f114482});var infowindow = new google.maps.InfoWindow({content: $l85dca1d270f7f9aef00c9d372f114482});google.maps.event.addListener(m_85dca1d270f7f9aef00c9d372f114482, 'click', function() {infowindow.open(map,m_85dca1d270f7f9aef00c9d372f114482);});$marker.push(m_85dca1d270f7f9aef00c9d372f114482);}});}google.maps.event.addDomListener(window, 'load', initialize);