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(27.0475,-82.2582)};var g_c9fbf64b4fc0f9c54754262003c7d798 = new google.maps.Geocoder();g_c9fbf64b4fc0f9c54754262003c7d798.geocode( { 'address': "12705 S Tamiami Trail, North Port, FL 34287, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-port-FL-paradise-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('north-port-FL-paradise-jewelry--pawn'), mapOptions);}document.getElementById('3bf42f40').innerHTML += ' | View Map';var $lc9fbf64b4fc0f9c54754262003c7d798 = '

Paradise Jewelry & Pawn

Address: 12705 S Tamiami Trail, North Port, FL 34287, USA
Phone: (941) 423-3711
';var m_c9fbf64b4fc0f9c54754262003c7d798 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paradise Jewelry & Pawn',});m_c9fbf64b4fc0f9c54754262003c7d798['infowindow'] = new google.maps.InfoWindow({content: $lc9fbf64b4fc0f9c54754262003c7d798});var infowindow = new google.maps.InfoWindow({content: $lc9fbf64b4fc0f9c54754262003c7d798});google.maps.event.addListener(m_c9fbf64b4fc0f9c54754262003c7d798, 'click', function() {infowindow.open(map,m_c9fbf64b4fc0f9c54754262003c7d798);});$marker.push(m_c9fbf64b4fc0f9c54754262003c7d798);}});}google.maps.event.addDomListener(window, 'load', initialize);