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.5536,-71.2641)};var g_5a9426805d4885fc7fcc0012344e6c36 = new google.maps.Geocoder();g_5a9426805d4885fc7fcc0012344e6c36.geocode( { 'address': "508 Boston Rd, Billerica, MA 01821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-sovereign-bank').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-sovereign-bank'), mapOptions);}document.getElementById('0f927394').innerHTML += ' | View Map';var $l5a9426805d4885fc7fcc0012344e6c36 = '

Sovereign Bank

Address: 508 Boston Rd, Billerica, MA 01821, USA
Phone: (978) 670-9253
';var m_5a9426805d4885fc7fcc0012344e6c36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign Bank',});m_5a9426805d4885fc7fcc0012344e6c36['infowindow'] = new google.maps.InfoWindow({content: $l5a9426805d4885fc7fcc0012344e6c36});var infowindow = new google.maps.InfoWindow({content: $l5a9426805d4885fc7fcc0012344e6c36});google.maps.event.addListener(m_5a9426805d4885fc7fcc0012344e6c36, 'click', function() {infowindow.open(map,m_5a9426805d4885fc7fcc0012344e6c36);});$marker.push(m_5a9426805d4885fc7fcc0012344e6c36);}});}google.maps.event.addDomListener(window, 'load', initialize);