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(42.0966,-72.0707)};var g_92914b863caab3084c5cf0cb02e72b11 = new google.maps.Geocoder();g_92914b863caab3084c5cf0cb02e72b11.geocode( { 'address': "178 Main St, Sturbridge, MA 01566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturbridge-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('sturbridge-MA-td-bank'), mapOptions);}document.getElementById('564d5d08').innerHTML += ' | View Map';var $l92914b863caab3084c5cf0cb02e72b11 = '

TD Bank

Address: 178 Main St, Sturbridge, MA 01566, USA
Phone: (508) 347-7361
';var m_92914b863caab3084c5cf0cb02e72b11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_92914b863caab3084c5cf0cb02e72b11['infowindow'] = new google.maps.InfoWindow({content: $l92914b863caab3084c5cf0cb02e72b11});var infowindow = new google.maps.InfoWindow({content: $l92914b863caab3084c5cf0cb02e72b11});google.maps.event.addListener(m_92914b863caab3084c5cf0cb02e72b11, 'click', function() {infowindow.open(map,m_92914b863caab3084c5cf0cb02e72b11);});$marker.push(m_92914b863caab3084c5cf0cb02e72b11);}});}google.maps.event.addDomListener(window, 'load', initialize);