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(29.6618,-82.3242)};var g_0258165931c5aa8f9fd9869ad57afdf7 = new google.maps.Geocoder();g_0258165931c5aa8f9fd9869ad57afdf7.geocode( { 'address': "1017 N Main St, Gainesville, FL 32601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-main-street-jewelry-and-loan-llc').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-main-street-jewelry-and-loan-llc'), mapOptions);}document.getElementById('7ef30362').innerHTML += ' | View Map';var $l0258165931c5aa8f9fd9869ad57afdf7 = '

Main Street Jewelry and Loan LLC

Address: 1017 N Main St, Gainesville, FL 32601, USA
Phone: (352) 335-7296
';var m_0258165931c5aa8f9fd9869ad57afdf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Street Jewelry and Loan LLC',});m_0258165931c5aa8f9fd9869ad57afdf7['infowindow'] = new google.maps.InfoWindow({content: $l0258165931c5aa8f9fd9869ad57afdf7});var infowindow = new google.maps.InfoWindow({content: $l0258165931c5aa8f9fd9869ad57afdf7});google.maps.event.addListener(m_0258165931c5aa8f9fd9869ad57afdf7, 'click', function() {infowindow.open(map,m_0258165931c5aa8f9fd9869ad57afdf7);});$marker.push(m_0258165931c5aa8f9fd9869ad57afdf7);}});}google.maps.event.addDomListener(window, 'load', initialize);