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.5587,-71.2669)};var g_a95d1c691710d4742cdcaf7037f63e19 = new google.maps.Geocoder();g_a95d1c691710d4742cdcaf7037f63e19.geocode( { 'address': "446 Boston Rd, Billerica, MA 01821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-webster-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-webster-bank-atm'), mapOptions);}document.getElementById('9ccb9206').innerHTML += ' | View Map';var $la95d1c691710d4742cdcaf7037f63e19 = '

Webster Bank ATM

Address: 446 Boston Rd, Billerica, MA 01821, USA
Phone:
';var m_a95d1c691710d4742cdcaf7037f63e19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank ATM',});m_a95d1c691710d4742cdcaf7037f63e19['infowindow'] = new google.maps.InfoWindow({content: $la95d1c691710d4742cdcaf7037f63e19});var infowindow = new google.maps.InfoWindow({content: $la95d1c691710d4742cdcaf7037f63e19});google.maps.event.addListener(m_a95d1c691710d4742cdcaf7037f63e19, 'click', function() {infowindow.open(map,m_a95d1c691710d4742cdcaf7037f63e19);});$marker.push(m_a95d1c691710d4742cdcaf7037f63e19);}});}google.maps.event.addDomListener(window, 'load', initialize);