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.8601,-97.2895)};var g_51ef8e70d5501a283c317de6fd7aded5 = new google.maps.Geocoder();g_51ef8e70d5501a283c317de6fd7aded5.geocode( { 'address': "6380 N Beach St #102, Haltom City, TX 76137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haltom-city-TX-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('haltom-city-TX-ace-cash-express'), mapOptions);}document.getElementById('ec97f847').innerHTML += ' | View Map';var $l51ef8e70d5501a283c317de6fd7aded5 = '

ACE Cash Express

Address: 6380 N Beach St #102, Haltom City, TX 76137, USA
Phone: (817) 281-2022
';var m_51ef8e70d5501a283c317de6fd7aded5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_51ef8e70d5501a283c317de6fd7aded5['infowindow'] = new google.maps.InfoWindow({content: $l51ef8e70d5501a283c317de6fd7aded5});var infowindow = new google.maps.InfoWindow({content: $l51ef8e70d5501a283c317de6fd7aded5});google.maps.event.addListener(m_51ef8e70d5501a283c317de6fd7aded5, 'click', function() {infowindow.open(map,m_51ef8e70d5501a283c317de6fd7aded5);});$marker.push(m_51ef8e70d5501a283c317de6fd7aded5);}});}google.maps.event.addDomListener(window, 'load', initialize);