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.3975,-71.0355)};var g_2aae74f2ef1ece0ba22b9ba9b71ffff6 = new google.maps.Geocoder();g_2aae74f2ef1ece0ba22b9ba9b71ffff6.geocode( { 'address': "148 Everett Avenue, Chelsea, MA 02150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-MA-santander-bank'), mapOptions);}document.getElementById('b2143560').innerHTML += ' | View Map';var $l2aae74f2ef1ece0ba22b9ba9b71ffff6 = '

Santander Bank

Address: 148 Everett Avenue, Chelsea, MA 02150
Phone: (617) 884-1769
';var m_2aae74f2ef1ece0ba22b9ba9b71ffff6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_2aae74f2ef1ece0ba22b9ba9b71ffff6['infowindow'] = new google.maps.InfoWindow({content: $l2aae74f2ef1ece0ba22b9ba9b71ffff6});var infowindow = new google.maps.InfoWindow({content: $l2aae74f2ef1ece0ba22b9ba9b71ffff6});google.maps.event.addListener(m_2aae74f2ef1ece0ba22b9ba9b71ffff6, 'click', function() {infowindow.open(map,m_2aae74f2ef1ece0ba22b9ba9b71ffff6);});$marker.push(m_2aae74f2ef1ece0ba22b9ba9b71ffff6);}});}google.maps.event.addDomListener(window, 'load', initialize);