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(41.7766,-72.5199)};var g_730c6ab4e9c46f6027572125855b553c = new google.maps.Geocoder();g_730c6ab4e9c46f6027572125855b553c.geocode( { 'address': "63 E Center St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-lynne-oliveri-mlo').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-lynne-oliveri-mlo'), mapOptions);}document.getElementById('ce3c06b7').innerHTML += ' | View Map';var $l730c6ab4e9c46f6027572125855b553c = '

Lynne Oliveri MLO

Address: 63 E Center St, Manchester, CT 06040, USA
Phone: (860) 989-8008
';var m_730c6ab4e9c46f6027572125855b553c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lynne Oliveri MLO',});m_730c6ab4e9c46f6027572125855b553c['infowindow'] = new google.maps.InfoWindow({content: $l730c6ab4e9c46f6027572125855b553c});var infowindow = new google.maps.InfoWindow({content: $l730c6ab4e9c46f6027572125855b553c});google.maps.event.addListener(m_730c6ab4e9c46f6027572125855b553c, 'click', function() {infowindow.open(map,m_730c6ab4e9c46f6027572125855b553c);});$marker.push(m_730c6ab4e9c46f6027572125855b553c);}});}google.maps.event.addDomListener(window, 'load', initialize);