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(26.1477,-80.2031)};var g_78158552a6608140842a510509cf6e49 = new google.maps.Geocoder();g_78158552a6608140842a510509cf6e49.geocode( { 'address': "1651 N State Rd 7, Lauderhill, FL 33313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lauderhill-FL-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('lauderhill-FL-ace-cash-express'), mapOptions);}document.getElementById('b49ebc24').innerHTML += ' | View Map';var $l78158552a6608140842a510509cf6e49 = '

ACE Cash Express

Address: 1651 N State Rd 7, Lauderhill, FL 33313, USA
Phone: (954) 733-3500
';var m_78158552a6608140842a510509cf6e49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_78158552a6608140842a510509cf6e49['infowindow'] = new google.maps.InfoWindow({content: $l78158552a6608140842a510509cf6e49});var infowindow = new google.maps.InfoWindow({content: $l78158552a6608140842a510509cf6e49});google.maps.event.addListener(m_78158552a6608140842a510509cf6e49, 'click', function() {infowindow.open(map,m_78158552a6608140842a510509cf6e49);});$marker.push(m_78158552a6608140842a510509cf6e49);}});}google.maps.event.addDomListener(window, 'load', initialize);