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.6278,-72.7552)};var g_2da24aa9434a11d1271c875c6561534f = new google.maps.Geocoder();g_2da24aa9434a11d1271c875c6561534f.geocode( { 'address': "1227 Farmington Ave, Berlin, CT 06037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-CT-lendirect-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('berlin-CT-lendirect-mortgage-inc'), mapOptions);}document.getElementById('1589753e').innerHTML += ' | View Map';var $l2da24aa9434a11d1271c875c6561534f = '

LENDirect Mortgage, Inc

Address: 1227 Farmington Ave, Berlin, CT 06037, USA
Phone: (860) 829-5363
';var m_2da24aa9434a11d1271c875c6561534f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LENDirect Mortgage, Inc',});m_2da24aa9434a11d1271c875c6561534f['infowindow'] = new google.maps.InfoWindow({content: $l2da24aa9434a11d1271c875c6561534f});var infowindow = new google.maps.InfoWindow({content: $l2da24aa9434a11d1271c875c6561534f});google.maps.event.addListener(m_2da24aa9434a11d1271c875c6561534f, 'click', function() {infowindow.open(map,m_2da24aa9434a11d1271c875c6561534f);});$marker.push(m_2da24aa9434a11d1271c875c6561534f);}});}google.maps.event.addDomListener(window, 'load', initialize);