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.2977,-82.9838)};var g_21c77dc0e55479c9c3d73a053964aa73 = new google.maps.Geocoder();g_21c77dc0e55479c9c3d73a053964aa73.geocode( { 'address': "209 Ohio Ave N, Live Oak, FL 32064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('live-oak-FL-hometown-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('live-oak-FL-hometown-jewelry--loan'), mapOptions);}document.getElementById('76bf0968').innerHTML += ' | View Map';var $l21c77dc0e55479c9c3d73a053964aa73 = '

Hometown Jewelry & Loan

Address: 209 Ohio Ave N, Live Oak, FL 32064, USA
Phone: (386) 362-7296
';var m_21c77dc0e55479c9c3d73a053964aa73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Jewelry & Loan',});m_21c77dc0e55479c9c3d73a053964aa73['infowindow'] = new google.maps.InfoWindow({content: $l21c77dc0e55479c9c3d73a053964aa73});var infowindow = new google.maps.InfoWindow({content: $l21c77dc0e55479c9c3d73a053964aa73});google.maps.event.addListener(m_21c77dc0e55479c9c3d73a053964aa73, 'click', function() {infowindow.open(map,m_21c77dc0e55479c9c3d73a053964aa73);});$marker.push(m_21c77dc0e55479c9c3d73a053964aa73);}});}google.maps.event.addDomListener(window, 'load', initialize);