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.9177,-80.16)};var g_4635d9474a5ef94cd03d40e385f4b177 = new google.maps.Geocoder();g_4635d9474a5ef94cd03d40e385f4b177.geocode( { 'address': "15455 Dixie Hwy, Miami, FL 33162, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-loan-ly-pawn').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-loan-ly-pawn'), mapOptions);}document.getElementById('5da7502a').innerHTML += ' | View Map';var $l4635d9474a5ef94cd03d40e385f4b177 = '

Loan-Ly Pawn

Address: 15455 Dixie Hwy, Miami, FL 33162, USA
Phone: (305) 944-3373
';var m_4635d9474a5ef94cd03d40e385f4b177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan-Ly Pawn',});m_4635d9474a5ef94cd03d40e385f4b177['infowindow'] = new google.maps.InfoWindow({content: $l4635d9474a5ef94cd03d40e385f4b177});var infowindow = new google.maps.InfoWindow({content: $l4635d9474a5ef94cd03d40e385f4b177});google.maps.event.addListener(m_4635d9474a5ef94cd03d40e385f4b177, 'click', function() {infowindow.open(map,m_4635d9474a5ef94cd03d40e385f4b177);});$marker.push(m_4635d9474a5ef94cd03d40e385f4b177);}});}google.maps.event.addDomListener(window, 'load', initialize);