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.038,-81.9439)};var g_adad33d3da210f8c6efe515ace3e7089 = new google.maps.Geocoder();g_adad33d3da210f8c6efe515ace3e7089.geocode( { 'address': "100 S Kentucky Ave, Lakeland, FL 33801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-lynch-merrill').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-lynch-merrill'), mapOptions);}document.getElementById('5ed5a0bd').innerHTML += ' | View Map';var $ladad33d3da210f8c6efe515ace3e7089 = '

Lynch Merrill

Address: 100 S Kentucky Ave, Lakeland, FL 33801
Phone: (863) 680-2803
';var m_adad33d3da210f8c6efe515ace3e7089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lynch Merrill',});m_adad33d3da210f8c6efe515ace3e7089['infowindow'] = new google.maps.InfoWindow({content: $ladad33d3da210f8c6efe515ace3e7089});var infowindow = new google.maps.InfoWindow({content: $ladad33d3da210f8c6efe515ace3e7089});google.maps.event.addListener(m_adad33d3da210f8c6efe515ace3e7089, 'click', function() {infowindow.open(map,m_adad33d3da210f8c6efe515ace3e7089);});$marker.push(m_adad33d3da210f8c6efe515ace3e7089);}});}google.maps.event.addDomListener(window, 'load', initialize);