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(28.5508,-81.7716)};var g_6684828461f4e5bda1e2a33b5e0db6d3 = new google.maps.Geocoder();g_6684828461f4e5bda1e2a33b5e0db6d3.geocode( { 'address': "1153 10th St B, Clermont, FL 34711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clermont-FL-best-kept-books-too').style.display = '';map = new google.maps.Map(document.getElementById('clermont-FL-best-kept-books-too'), mapOptions);}document.getElementById('80983763').innerHTML += ' | View Map';var $l6684828461f4e5bda1e2a33b5e0db6d3 = '

Best Kept Books Too

Address: 1153 10th St B, Clermont, FL 34711, USA
Phone: (352) 242-1134
';var m_6684828461f4e5bda1e2a33b5e0db6d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Kept Books Too',});m_6684828461f4e5bda1e2a33b5e0db6d3['infowindow'] = new google.maps.InfoWindow({content: $l6684828461f4e5bda1e2a33b5e0db6d3});var infowindow = new google.maps.InfoWindow({content: $l6684828461f4e5bda1e2a33b5e0db6d3});google.maps.event.addListener(m_6684828461f4e5bda1e2a33b5e0db6d3, 'click', function() {infowindow.open(map,m_6684828461f4e5bda1e2a33b5e0db6d3);});$marker.push(m_6684828461f4e5bda1e2a33b5e0db6d3);}});}google.maps.event.addDomListener(window, 'load', initialize);