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.3941,-73.5138)};var g_ce052ea95dfe35291c6fa7fcf8819492 = new google.maps.Geocoder();g_ce052ea95dfe35291c6fa7fcf8819492.geocode( { 'address': "100 Mill Plain Rd Suite 401, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-tom-keutmann-nmls-406266').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-tom-keutmann-nmls-406266'), mapOptions);}document.getElementById('6d11b895').innerHTML += ' | View Map';var $lce052ea95dfe35291c6fa7fcf8819492 = '

Tom Keutmann, NMLS #406266

Address: 100 Mill Plain Rd Suite 401, Danbury, CT 06811, USA
Phone: (203) 526-5969
';var m_ce052ea95dfe35291c6fa7fcf8819492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tom Keutmann, NMLS #406266',});m_ce052ea95dfe35291c6fa7fcf8819492['infowindow'] = new google.maps.InfoWindow({content: $lce052ea95dfe35291c6fa7fcf8819492});var infowindow = new google.maps.InfoWindow({content: $lce052ea95dfe35291c6fa7fcf8819492});google.maps.event.addListener(m_ce052ea95dfe35291c6fa7fcf8819492, 'click', function() {infowindow.open(map,m_ce052ea95dfe35291c6fa7fcf8819492);});$marker.push(m_ce052ea95dfe35291c6fa7fcf8819492);}});}google.maps.event.addDomListener(window, 'load', initialize);