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.4138,-73.3049)};var g_43f898dd5589c7fa12bb30c5b910d18a = new google.maps.Geocoder();g_43f898dd5589c7fa12bb30c5b910d18a.geocode( { 'address': "14 Church Hill Rd, Newtown, CT 06470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-CT-mortgage-force-llc').style.display = '';map = new google.maps.Map(document.getElementById('newtown-CT-mortgage-force-llc'), mapOptions);}document.getElementById('bd1a18b4').innerHTML += ' | View Map';var $l43f898dd5589c7fa12bb30c5b910d18a = '

Mortgage Force LLC

Address: 14 Church Hill Rd, Newtown, CT 06470, USA
Phone: (203) 270-6252
';var m_43f898dd5589c7fa12bb30c5b910d18a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Force LLC',});m_43f898dd5589c7fa12bb30c5b910d18a['infowindow'] = new google.maps.InfoWindow({content: $l43f898dd5589c7fa12bb30c5b910d18a});var infowindow = new google.maps.InfoWindow({content: $l43f898dd5589c7fa12bb30c5b910d18a});google.maps.event.addListener(m_43f898dd5589c7fa12bb30c5b910d18a, 'click', function() {infowindow.open(map,m_43f898dd5589c7fa12bb30c5b910d18a);});$marker.push(m_43f898dd5589c7fa12bb30c5b910d18a);}});}google.maps.event.addDomListener(window, 'load', initialize);