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.3274,-81.6647)};var g_80e72c4651f21fd8f73e13c4a3004c76 = new google.maps.Geocoder();g_80e72c4651f21fd8f73e13c4a3004c76.geocode( { 'address': "519 W Bay St, Jacksonville, FL 32202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-fox-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-fox-jewelry--loan'), mapOptions);}document.getElementById('2a4da55c').innerHTML += ' | View Map';var $l80e72c4651f21fd8f73e13c4a3004c76 = '

Fox Jewelry & Loan

Address: 519 W Bay St, Jacksonville, FL 32202, USA
Phone: (904) 354-5386
';var m_80e72c4651f21fd8f73e13c4a3004c76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fox Jewelry & Loan',});m_80e72c4651f21fd8f73e13c4a3004c76['infowindow'] = new google.maps.InfoWindow({content: $l80e72c4651f21fd8f73e13c4a3004c76});var infowindow = new google.maps.InfoWindow({content: $l80e72c4651f21fd8f73e13c4a3004c76});google.maps.event.addListener(m_80e72c4651f21fd8f73e13c4a3004c76, 'click', function() {infowindow.open(map,m_80e72c4651f21fd8f73e13c4a3004c76);});$marker.push(m_80e72c4651f21fd8f73e13c4a3004c76);}});}google.maps.event.addDomListener(window, 'load', initialize);