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_0dadc7d4e253802355abc2662dce7109 = new google.maps.Geocoder();g_0dadc7d4e253802355abc2662dce7109.geocode( { 'address': "24 Washington Ave, North Haven, CT 06473"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-the-bank-of-north-haven').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-the-bank-of-north-haven'), mapOptions);}document.getElementById('4be6069f').innerHTML += ' | View Map';var $l0dadc7d4e253802355abc2662dce7109 = '

The Bank of North Haven

Address: 24 Washington Ave, North Haven, CT 06473
Phone: (203) 401-0520
';var m_0dadc7d4e253802355abc2662dce7109 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of North Haven',});m_0dadc7d4e253802355abc2662dce7109['infowindow'] = new google.maps.InfoWindow({content: $l0dadc7d4e253802355abc2662dce7109});var infowindow = new google.maps.InfoWindow({content: $l0dadc7d4e253802355abc2662dce7109});google.maps.event.addListener(m_0dadc7d4e253802355abc2662dce7109, 'click', function() {infowindow.open(map,m_0dadc7d4e253802355abc2662dce7109);});$marker.push(m_0dadc7d4e253802355abc2662dce7109);}});}google.maps.event.addDomListener(window, 'load', initialize);