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.5404,-71.2443)};var g_27e8a5adb53690a21c23204bb1546e10 = new google.maps.Geocoder();g_27e8a5adb53690a21c23204bb1546e10.geocode( { 'address': "700 Boston Rd, Billerica, MA 01821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-lowell-five-bank').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-lowell-five-bank'), mapOptions);}document.getElementById('28a4882b').innerHTML += ' | View Map';var $l27e8a5adb53690a21c23204bb1546e10 = '

Lowell Five Bank

Address: 700 Boston Rd, Billerica, MA 01821, USA
Phone: (978) 663-4411
';var m_27e8a5adb53690a21c23204bb1546e10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lowell Five Bank',});m_27e8a5adb53690a21c23204bb1546e10['infowindow'] = new google.maps.InfoWindow({content: $l27e8a5adb53690a21c23204bb1546e10});var infowindow = new google.maps.InfoWindow({content: $l27e8a5adb53690a21c23204bb1546e10});google.maps.event.addListener(m_27e8a5adb53690a21c23204bb1546e10, 'click', function() {infowindow.open(map,m_27e8a5adb53690a21c23204bb1546e10);});$marker.push(m_27e8a5adb53690a21c23204bb1546e10);}});}google.maps.event.addDomListener(window, 'load', initialize);