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.3376,-72.8659)};var g_6eba7a6eaad965b5713a525f4ad42752 = new google.maps.Geocoder();g_6eba7a6eaad965b5713a525f4ad42752.geocode( { 'address': "47 Middletown Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-smith-klein--pavano').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-smith-klein--pavano'), mapOptions);}document.getElementById('5869b3e6').innerHTML += ' | View Map';var $l6eba7a6eaad965b5713a525f4ad42752 = '

Smith Klein & Pavano

Address: 47 Middletown Ave, North Haven, CT 06473, USA
Phone: (203) 933-1679
';var m_6eba7a6eaad965b5713a525f4ad42752 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smith Klein & Pavano',});m_6eba7a6eaad965b5713a525f4ad42752['infowindow'] = new google.maps.InfoWindow({content: $l6eba7a6eaad965b5713a525f4ad42752});var infowindow = new google.maps.InfoWindow({content: $l6eba7a6eaad965b5713a525f4ad42752});google.maps.event.addListener(m_6eba7a6eaad965b5713a525f4ad42752, 'click', function() {infowindow.open(map,m_6eba7a6eaad965b5713a525f4ad42752);});$marker.push(m_6eba7a6eaad965b5713a525f4ad42752);}});}google.maps.event.addDomListener(window, 'load', initialize);