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.4558,-71.215)};var g_496b74af94f4523b7c516ec9652a000f = new google.maps.Geocoder();g_496b74af94f4523b7c516ec9652a000f.geocode( { 'address': "1822 Massachusetts Avenue, Lexington, MA 02420"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MA-santander-bank'), mapOptions);}document.getElementById('dbabbbec').innerHTML += ' | View Map';var $l496b74af94f4523b7c516ec9652a000f = '

Santander Bank

Address: 1822 Massachusetts Avenue, Lexington, MA 02420
Phone: (781) 676-0301
';var m_496b74af94f4523b7c516ec9652a000f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_496b74af94f4523b7c516ec9652a000f['infowindow'] = new google.maps.InfoWindow({content: $l496b74af94f4523b7c516ec9652a000f});var infowindow = new google.maps.InfoWindow({content: $l496b74af94f4523b7c516ec9652a000f});google.maps.event.addListener(m_496b74af94f4523b7c516ec9652a000f, 'click', function() {infowindow.open(map,m_496b74af94f4523b7c516ec9652a000f);});$marker.push(m_496b74af94f4523b7c516ec9652a000f);}});}google.maps.event.addDomListener(window, 'load', initialize);