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.54,-71.0509)};var g_fd8bc9c273e33cac67286605e40c3add = new google.maps.Geocoder();g_fd8bc9c273e33cac67286605e40c3add.geocode( { 'address': "16 Centre Ct, Lynnfield, MA 01940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynnfield-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('lynnfield-MA-santander-bank'), mapOptions);}document.getElementById('8c5b5700').innerHTML += ' | View Map';var $lfd8bc9c273e33cac67286605e40c3add = '

Santander Bank

Address: 16 Centre Ct, Lynnfield, MA 01940, USA
Phone: (781) 334-6391
';var m_fd8bc9c273e33cac67286605e40c3add = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_fd8bc9c273e33cac67286605e40c3add['infowindow'] = new google.maps.InfoWindow({content: $lfd8bc9c273e33cac67286605e40c3add});var infowindow = new google.maps.InfoWindow({content: $lfd8bc9c273e33cac67286605e40c3add});google.maps.event.addListener(m_fd8bc9c273e33cac67286605e40c3add, 'click', function() {infowindow.open(map,m_fd8bc9c273e33cac67286605e40c3add);});$marker.push(m_fd8bc9c273e33cac67286605e40c3add);}});}google.maps.event.addDomListener(window, 'load', initialize);