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.475,-73.0428)};var g_7a7f0793526c956c091eade90f7e6275 = new google.maps.Geocoder();g_7a7f0793526c956c091eade90f7e6275.geocode( { 'address': "774 New Haven Rd # 2, Naugatuck, CT 06770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naugatuck-CT-amity-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('naugatuck-CT-amity-mortgage-llc'), mapOptions);}document.getElementById('31f4a416').innerHTML += ' | View Map';var $l7a7f0793526c956c091eade90f7e6275 = '

Amity Mortgage LLC

Address: 774 New Haven Rd # 2, Naugatuck, CT 06770, USA
Phone: (203) 729-6681
';var m_7a7f0793526c956c091eade90f7e6275 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amity Mortgage LLC',});m_7a7f0793526c956c091eade90f7e6275['infowindow'] = new google.maps.InfoWindow({content: $l7a7f0793526c956c091eade90f7e6275});var infowindow = new google.maps.InfoWindow({content: $l7a7f0793526c956c091eade90f7e6275});google.maps.event.addListener(m_7a7f0793526c956c091eade90f7e6275, 'click', function() {infowindow.open(map,m_7a7f0793526c956c091eade90f7e6275);});$marker.push(m_7a7f0793526c956c091eade90f7e6275);}});}google.maps.event.addDomListener(window, 'load', initialize);