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.1712,-72.4725)};var g_5f722c3055ad1cd5a878a3f4d8f4bcbd = new google.maps.Geocoder();g_5f722c3055ad1cd5a878a3f4d8f4bcbd.geocode( { 'address': "40 East St, Ludlow, MA 01056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ludlow-MA-millennium-bcp-bank').style.display = '';map = new google.maps.Map(document.getElementById('ludlow-MA-millennium-bcp-bank'), mapOptions);}document.getElementById('ed8d3a90').innerHTML += ' | View Map';var $l5f722c3055ad1cd5a878a3f4d8f4bcbd = '

Millennium Bcp Bank

Address: 40 East St, Ludlow, MA 01056
Phone: (413) 547-8644
';var m_5f722c3055ad1cd5a878a3f4d8f4bcbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millennium Bcp Bank',});m_5f722c3055ad1cd5a878a3f4d8f4bcbd['infowindow'] = new google.maps.InfoWindow({content: $l5f722c3055ad1cd5a878a3f4d8f4bcbd});var infowindow = new google.maps.InfoWindow({content: $l5f722c3055ad1cd5a878a3f4d8f4bcbd});google.maps.event.addListener(m_5f722c3055ad1cd5a878a3f4d8f4bcbd, 'click', function() {infowindow.open(map,m_5f722c3055ad1cd5a878a3f4d8f4bcbd);});$marker.push(m_5f722c3055ad1cd5a878a3f4d8f4bcbd);}});}google.maps.event.addDomListener(window, 'load', initialize);