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.5105,-71.1993)};var g_491ba580f3b74eb84feba543eafb2e0b = new google.maps.Geocoder();g_491ba580f3b74eb84feba543eafb2e0b.geocode( { 'address': "182 Cambridge St, Burlington, MA 01803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-santander-bank'), mapOptions);}document.getElementById('a5c707ac').innerHTML += ' | View Map';var $l491ba580f3b74eb84feba543eafb2e0b = '

Santander Bank

Address: 182 Cambridge St, Burlington, MA 01803, USA
Phone: (781) 685-3201
';var m_491ba580f3b74eb84feba543eafb2e0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_491ba580f3b74eb84feba543eafb2e0b['infowindow'] = new google.maps.InfoWindow({content: $l491ba580f3b74eb84feba543eafb2e0b});var infowindow = new google.maps.InfoWindow({content: $l491ba580f3b74eb84feba543eafb2e0b});google.maps.event.addListener(m_491ba580f3b74eb84feba543eafb2e0b, 'click', function() {infowindow.open(map,m_491ba580f3b74eb84feba543eafb2e0b);});$marker.push(m_491ba580f3b74eb84feba543eafb2e0b);}});}google.maps.event.addDomListener(window, 'load', initialize);