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.3015,-71.4339)};var g_e5c445474c72cac1a1bac421121df59f = new google.maps.Geocoder();g_e5c445474c72cac1a1bac421121df59f.geocode( { 'address': "39 Edgell Rd, Framingham, MA 01701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('framingham-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('framingham-MA-santander-bank'), mapOptions);}document.getElementById('2d32844a').innerHTML += ' | View Map';var $le5c445474c72cac1a1bac421121df59f = '

Santander Bank

Address: 39 Edgell Rd, Framingham, MA 01701, USA
Phone: (508) 620-3041
';var m_e5c445474c72cac1a1bac421121df59f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_e5c445474c72cac1a1bac421121df59f['infowindow'] = new google.maps.InfoWindow({content: $le5c445474c72cac1a1bac421121df59f});var infowindow = new google.maps.InfoWindow({content: $le5c445474c72cac1a1bac421121df59f});google.maps.event.addListener(m_e5c445474c72cac1a1bac421121df59f, 'click', function() {infowindow.open(map,m_e5c445474c72cac1a1bac421121df59f);});$marker.push(m_e5c445474c72cac1a1bac421121df59f);}});}google.maps.event.addDomListener(window, 'load', initialize);