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.6295,-82.4368)};var g_203e06f52b075a0be6f4ca200df24afd = new google.maps.Geocoder();g_203e06f52b075a0be6f4ca200df24afd.geocode( { 'address': "2725 SW 91st St Suite 140 Ste 140, Gainesville, FL 32608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-haile-jewelry-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-haile-jewelry-and-loans'), mapOptions);}document.getElementById('4be916a8').innerHTML += ' | View Map';var $l203e06f52b075a0be6f4ca200df24afd = '

Haile Jewelry and Loans

Address: 2725 SW 91st St Suite 140 Ste 140, Gainesville, FL 32608, USA
Phone: (352) 333-1905
';var m_203e06f52b075a0be6f4ca200df24afd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Haile Jewelry and Loans',});m_203e06f52b075a0be6f4ca200df24afd['infowindow'] = new google.maps.InfoWindow({content: $l203e06f52b075a0be6f4ca200df24afd});var infowindow = new google.maps.InfoWindow({content: $l203e06f52b075a0be6f4ca200df24afd});google.maps.event.addListener(m_203e06f52b075a0be6f4ca200df24afd, 'click', function() {infowindow.open(map,m_203e06f52b075a0be6f4ca200df24afd);});$marker.push(m_203e06f52b075a0be6f4ca200df24afd);}});}google.maps.event.addDomListener(window, 'load', initialize);