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(30.2877,-81.5285)};var g_21e489c2466ba0f9efe2d801332725a5 = new google.maps.Geocoder();g_21e489c2466ba0f9efe2d801332725a5.geocode( { 'address': "11233 Beach Blvd #14, Jacksonville, FL 32246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-first-coast-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-first-coast-jewelry-and-loan'), mapOptions);}document.getElementById('41b74b9f').innerHTML += ' | View Map';var $l21e489c2466ba0f9efe2d801332725a5 = '

First Coast Jewelry and Loan

Address: 11233 Beach Blvd #14, Jacksonville, FL 32246, USA
Phone: (904) 527-1160
';var m_21e489c2466ba0f9efe2d801332725a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Coast Jewelry and Loan',});m_21e489c2466ba0f9efe2d801332725a5['infowindow'] = new google.maps.InfoWindow({content: $l21e489c2466ba0f9efe2d801332725a5});var infowindow = new google.maps.InfoWindow({content: $l21e489c2466ba0f9efe2d801332725a5});google.maps.event.addListener(m_21e489c2466ba0f9efe2d801332725a5, 'click', function() {infowindow.open(map,m_21e489c2466ba0f9efe2d801332725a5);});$marker.push(m_21e489c2466ba0f9efe2d801332725a5);}});}google.maps.event.addDomListener(window, 'load', initialize);