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.4599,-72.818)};var g_0ae444bcc39cbfb377925f6dfa5826af = new google.maps.Geocoder();g_0ae444bcc39cbfb377925f6dfa5826af.geocode( { 'address': "2 N Main St, Wallingford, CT 06492"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallingford-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('wallingford-CT-td-bank'), mapOptions);}document.getElementById('92488156').innerHTML += ' | View Map';var $l0ae444bcc39cbfb377925f6dfa5826af = '

TD Bank

Address: 2 N Main St, Wallingford, CT 06492
Phone: (203) 284-4081
';var m_0ae444bcc39cbfb377925f6dfa5826af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_0ae444bcc39cbfb377925f6dfa5826af['infowindow'] = new google.maps.InfoWindow({content: $l0ae444bcc39cbfb377925f6dfa5826af});var infowindow = new google.maps.InfoWindow({content: $l0ae444bcc39cbfb377925f6dfa5826af});google.maps.event.addListener(m_0ae444bcc39cbfb377925f6dfa5826af, 'click', function() {infowindow.open(map,m_0ae444bcc39cbfb377925f6dfa5826af);});$marker.push(m_0ae444bcc39cbfb377925f6dfa5826af);}});}google.maps.event.addDomListener(window, 'load', initialize);