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.585,-71.7787)};var g_527534b1bc58443970688fbce90d2591 = new google.maps.Geocoder();g_527534b1bc58443970688fbce90d2591.geocode( { 'address': "571 John Fitch Hwy, Fitchburg, MA 01420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-MA-webster-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-MA-webster-bank-atm'), mapOptions);}document.getElementById('a03c935b').innerHTML += ' | View Map';var $l527534b1bc58443970688fbce90d2591 = '

Webster Bank ATM

Address: 571 John Fitch Hwy, Fitchburg, MA 01420, USA
Phone:
';var m_527534b1bc58443970688fbce90d2591 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank ATM',});m_527534b1bc58443970688fbce90d2591['infowindow'] = new google.maps.InfoWindow({content: $l527534b1bc58443970688fbce90d2591});var infowindow = new google.maps.InfoWindow({content: $l527534b1bc58443970688fbce90d2591});google.maps.event.addListener(m_527534b1bc58443970688fbce90d2591, 'click', function() {infowindow.open(map,m_527534b1bc58443970688fbce90d2591);});$marker.push(m_527534b1bc58443970688fbce90d2591);}});}google.maps.event.addDomListener(window, 'load', initialize);