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.5261,-71.7608)};var g_37782a2b6a9d6228a967b1dd9b8d209f = new google.maps.Geocoder();g_37782a2b6a9d6228a967b1dd9b8d209f.geocode( { 'address': "11 Park St, Leominster, MA 01453, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leominster-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('leominster-MA-santander-bank'), mapOptions);}document.getElementById('8dfe25f5').innerHTML += ' | View Map';var $l37782a2b6a9d6228a967b1dd9b8d209f = '

Santander Bank

Address: 11 Park St, Leominster, MA 01453, USA
Phone: (978) 537-0712
';var m_37782a2b6a9d6228a967b1dd9b8d209f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_37782a2b6a9d6228a967b1dd9b8d209f['infowindow'] = new google.maps.InfoWindow({content: $l37782a2b6a9d6228a967b1dd9b8d209f});var infowindow = new google.maps.InfoWindow({content: $l37782a2b6a9d6228a967b1dd9b8d209f});google.maps.event.addListener(m_37782a2b6a9d6228a967b1dd9b8d209f, 'click', function() {infowindow.open(map,m_37782a2b6a9d6228a967b1dd9b8d209f);});$marker.push(m_37782a2b6a9d6228a967b1dd9b8d209f);}});}google.maps.event.addDomListener(window, 'load', initialize);