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.572,-71.2783)};var g_05612075826a441e1368209529793462 = new google.maps.Geocoder();g_05612075826a441e1368209529793462.geocode( { 'address': "301 Boston Rd, North Billerica, MA 01862, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-citizens-bank'), mapOptions);}document.getElementById('a7383e56').innerHTML += ' | View Map';var $l05612075826a441e1368209529793462 = '

Citizens Bank

Address: 301 Boston Rd, North Billerica, MA 01862, USA
Phone:
';var m_05612075826a441e1368209529793462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_05612075826a441e1368209529793462['infowindow'] = new google.maps.InfoWindow({content: $l05612075826a441e1368209529793462});var infowindow = new google.maps.InfoWindow({content: $l05612075826a441e1368209529793462});google.maps.event.addListener(m_05612075826a441e1368209529793462, 'click', function() {infowindow.open(map,m_05612075826a441e1368209529793462);});$marker.push(m_05612075826a441e1368209529793462);}});}google.maps.event.addDomListener(window, 'load', initialize);