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.3964,-72.8543)};var g_bfcead7d690b64af3d16a90476e2387b = new google.maps.Geocoder();g_bfcead7d690b64af3d16a90476e2387b.geocode( { 'address': "140 Washington Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-kanner-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-kanner-financial-services'), mapOptions);}document.getElementById('efd90c71').innerHTML += ' | View Map';var $lbfcead7d690b64af3d16a90476e2387b = '

Kanner Financial Services

Address: 140 Washington Ave, North Haven, CT 06473, USA
Phone: (203) 239-5370
';var m_bfcead7d690b64af3d16a90476e2387b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kanner Financial Services',});m_bfcead7d690b64af3d16a90476e2387b['infowindow'] = new google.maps.InfoWindow({content: $lbfcead7d690b64af3d16a90476e2387b});var infowindow = new google.maps.InfoWindow({content: $lbfcead7d690b64af3d16a90476e2387b});google.maps.event.addListener(m_bfcead7d690b64af3d16a90476e2387b, 'click', function() {infowindow.open(map,m_bfcead7d690b64af3d16a90476e2387b);});$marker.push(m_bfcead7d690b64af3d16a90476e2387b);}});}google.maps.event.addDomListener(window, 'load', initialize);