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.6331,-72.7681)};var g_79202d994877843c8c140985a836e563 = new google.maps.Geocoder();g_79202d994877843c8c140985a836e563.geocode( { 'address': "33 Kensington Rd, Berlin, CT 06037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-CT-new-england-alliance-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('berlin-CT-new-england-alliance-mortgage'), mapOptions);}document.getElementById('c1daa277').innerHTML += ' | View Map';var $l79202d994877843c8c140985a836e563 = '

New England Alliance Mortgage

Address: 33 Kensington Rd, Berlin, CT 06037, USA
Phone: (860) 828-5374
';var m_79202d994877843c8c140985a836e563 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Alliance Mortgage',});m_79202d994877843c8c140985a836e563['infowindow'] = new google.maps.InfoWindow({content: $l79202d994877843c8c140985a836e563});var infowindow = new google.maps.InfoWindow({content: $l79202d994877843c8c140985a836e563});google.maps.event.addListener(m_79202d994877843c8c140985a836e563, 'click', function() {infowindow.open(map,m_79202d994877843c8c140985a836e563);});$marker.push(m_79202d994877843c8c140985a836e563);}});}google.maps.event.addDomListener(window, 'load', initialize);