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.3852,-82.4563)};var g_8012c113f03996cd9a5511baa835b83e = new google.maps.Geocoder();g_8012c113f03996cd9a5511baa835b83e.geocode( { 'address': "10 SW 7th St Suite B, Williston, FL 32696, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williston-FL-andover-end-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('williston-FL-andover-end-jewelry--loan'), mapOptions);}document.getElementById('85285c77').innerHTML += ' | View Map';var $l8012c113f03996cd9a5511baa835b83e = '

Andover End Jewelry & Loan

Address: 10 SW 7th St Suite B, Williston, FL 32696, USA
Phone: (352) 528-3600
';var m_8012c113f03996cd9a5511baa835b83e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Andover End Jewelry & Loan',});m_8012c113f03996cd9a5511baa835b83e['infowindow'] = new google.maps.InfoWindow({content: $l8012c113f03996cd9a5511baa835b83e});var infowindow = new google.maps.InfoWindow({content: $l8012c113f03996cd9a5511baa835b83e});google.maps.event.addListener(m_8012c113f03996cd9a5511baa835b83e, 'click', function() {infowindow.open(map,m_8012c113f03996cd9a5511baa835b83e);});$marker.push(m_8012c113f03996cd9a5511baa835b83e);}});}google.maps.event.addDomListener(window, 'load', initialize);