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.9252,-80.1737)};var g_2c89278a4198a39630e8eaca408157e0 = new google.maps.Geocoder();g_2c89278a4198a39630e8eaca408157e0.geocode( { 'address': "1300 NE 163rd St, North Miami Beach, FL 33162, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-miami-beach-FL-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('north-miami-beach-FL-ace-cash-express'), mapOptions);}document.getElementById('a10bd1cc').innerHTML += ' | View Map';var $l2c89278a4198a39630e8eaca408157e0 = '

ACE Cash Express

Address: 1300 NE 163rd St, North Miami Beach, FL 33162, USA
Phone: (305) 948-3382
';var m_2c89278a4198a39630e8eaca408157e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_2c89278a4198a39630e8eaca408157e0['infowindow'] = new google.maps.InfoWindow({content: $l2c89278a4198a39630e8eaca408157e0});var infowindow = new google.maps.InfoWindow({content: $l2c89278a4198a39630e8eaca408157e0});google.maps.event.addListener(m_2c89278a4198a39630e8eaca408157e0, 'click', function() {infowindow.open(map,m_2c89278a4198a39630e8eaca408157e0);});$marker.push(m_2c89278a4198a39630e8eaca408157e0);}});}google.maps.event.addDomListener(window, 'load', initialize);