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.3973,-73.0828)};var g_42f1275ea7b3e1a0405a35d40c10e66d = new google.maps.Geocoder();g_42f1275ea7b3e1a0405a35d40c10e66d.geocode( { 'address': "249 Bank St, Seymour, CT 06483, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seymour-CT-kurt-wehmann---td-bank-mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('seymour-CT-kurt-wehmann---td-bank-mortgage-loan-officer'), mapOptions);}document.getElementById('04fa0eca').innerHTML += ' | View Map';var $l42f1275ea7b3e1a0405a35d40c10e66d = '

Kurt Wehmann - TD Bank Mortgage Loan Officer

Address: 249 Bank St, Seymour, CT 06483, United States
Phone: (800) 822-6761
';var m_42f1275ea7b3e1a0405a35d40c10e66d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kurt Wehmann - TD Bank Mortgage Loan Officer',});m_42f1275ea7b3e1a0405a35d40c10e66d['infowindow'] = new google.maps.InfoWindow({content: $l42f1275ea7b3e1a0405a35d40c10e66d});var infowindow = new google.maps.InfoWindow({content: $l42f1275ea7b3e1a0405a35d40c10e66d});google.maps.event.addListener(m_42f1275ea7b3e1a0405a35d40c10e66d, 'click', function() {infowindow.open(map,m_42f1275ea7b3e1a0405a35d40c10e66d);});$marker.push(m_42f1275ea7b3e1a0405a35d40c10e66d);}});}google.maps.event.addDomListener(window, 'load', initialize);