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.8971,-80.1814)};var g_b1f0d2945ea773a10ff84d599a80cd3a = new google.maps.Geocoder();g_b1f0d2945ea773a10ff84d599a80cd3a.geocode( { 'address': "13200 W Dixie Hwy, North Miami, FL 33161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-miami-FL-international-loans--jewelers').style.display = '';map = new google.maps.Map(document.getElementById('north-miami-FL-international-loans--jewelers'), mapOptions);}document.getElementById('b5f551ca').innerHTML += ' | View Map';var $lb1f0d2945ea773a10ff84d599a80cd3a = '

International Loans & Jewelers

Address: 13200 W Dixie Hwy, North Miami, FL 33161, USA
Phone: (305) 891-7777
';var m_b1f0d2945ea773a10ff84d599a80cd3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Loans & Jewelers',});m_b1f0d2945ea773a10ff84d599a80cd3a['infowindow'] = new google.maps.InfoWindow({content: $lb1f0d2945ea773a10ff84d599a80cd3a});var infowindow = new google.maps.InfoWindow({content: $lb1f0d2945ea773a10ff84d599a80cd3a});google.maps.event.addListener(m_b1f0d2945ea773a10ff84d599a80cd3a, 'click', function() {infowindow.open(map,m_b1f0d2945ea773a10ff84d599a80cd3a);});$marker.push(m_b1f0d2945ea773a10ff84d599a80cd3a);}});}google.maps.event.addDomListener(window, 'load', initialize);