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(25.8995,-80.244)};var g_1936465074b67fc7470f295a52ae51b4 = new google.maps.Geocoder();g_1936465074b67fc7470f295a52ae51b4.geocode( { 'address': "13830 NW 27th Ave, Opa-locka, FL 33054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opa-locka-FL-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('opa-locka-FL-ace-cash-express'), mapOptions);}document.getElementById('888ec48d').innerHTML += ' | View Map';var $l1936465074b67fc7470f295a52ae51b4 = '

ACE Cash Express

Address: 13830 NW 27th Ave, Opa-locka, FL 33054, USA
Phone: (305) 687-9021
';var m_1936465074b67fc7470f295a52ae51b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_1936465074b67fc7470f295a52ae51b4['infowindow'] = new google.maps.InfoWindow({content: $l1936465074b67fc7470f295a52ae51b4});var infowindow = new google.maps.InfoWindow({content: $l1936465074b67fc7470f295a52ae51b4});google.maps.event.addListener(m_1936465074b67fc7470f295a52ae51b4, 'click', function() {infowindow.open(map,m_1936465074b67fc7470f295a52ae51b4);});$marker.push(m_1936465074b67fc7470f295a52ae51b4);}});}google.maps.event.addDomListener(window, 'load', initialize);