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(32.9394,-97.2537)};var g_63b0049185433e1f2954367fd64a7047 = new google.maps.Geocoder();g_63b0049185433e1f2954367fd64a7047.geocode( { 'address': "419 N Main St, Keller, TX 76248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keller-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('keller-TX-ace-cash-express'), mapOptions);}document.getElementById('ae30c9e1').innerHTML += ' | View Map';var $l63b0049185433e1f2954367fd64a7047 = '

ACE Cash Express

Address: 419 N Main St, Keller, TX 76248, USA
Phone: (817) 337-0452
';var m_63b0049185433e1f2954367fd64a7047 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_63b0049185433e1f2954367fd64a7047['infowindow'] = new google.maps.InfoWindow({content: $l63b0049185433e1f2954367fd64a7047});var infowindow = new google.maps.InfoWindow({content: $l63b0049185433e1f2954367fd64a7047});google.maps.event.addListener(m_63b0049185433e1f2954367fd64a7047, 'click', function() {infowindow.open(map,m_63b0049185433e1f2954367fd64a7047);});$marker.push(m_63b0049185433e1f2954367fd64a7047);}});}google.maps.event.addDomListener(window, 'load', initialize);