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.3815,-72.8616)};var g_8d64a17e811aeae89de1a031b1d2d7c4 = new google.maps.Geocoder();g_8d64a17e811aeae89de1a031b1d2d7c4.geocode( { 'address': "24 Washington Ave # 1-H, North Haven, CT 06473"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-quinniplac-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-quinniplac-bank'), mapOptions);}document.getElementById('e76d1758').innerHTML += ' | View Map';var $l8d64a17e811aeae89de1a031b1d2d7c4 = '

Quinniplac Bank

Address: 24 Washington Ave # 1-H, North Haven, CT 06473
Phone: (475) 238-6743
';var m_8d64a17e811aeae89de1a031b1d2d7c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quinniplac Bank',});m_8d64a17e811aeae89de1a031b1d2d7c4['infowindow'] = new google.maps.InfoWindow({content: $l8d64a17e811aeae89de1a031b1d2d7c4});var infowindow = new google.maps.InfoWindow({content: $l8d64a17e811aeae89de1a031b1d2d7c4});google.maps.event.addListener(m_8d64a17e811aeae89de1a031b1d2d7c4, 'click', function() {infowindow.open(map,m_8d64a17e811aeae89de1a031b1d2d7c4);});$marker.push(m_8d64a17e811aeae89de1a031b1d2d7c4);}});}google.maps.event.addDomListener(window, 'load', initialize);