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.2378,-70.81)};var g_d00ee48c45cc306b2b1db3385024a6b6 = new google.maps.Geocoder();g_d00ee48c45cc306b2b1db3385024a6b6.geocode( { 'address': "380 Chief Justice Cushing Highway, Cohasset, MA 02025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cohasset-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('cohasset-MA-santander-bank'), mapOptions);}document.getElementById('f95efb61').innerHTML += ' | View Map';var $ld00ee48c45cc306b2b1db3385024a6b6 = '

Santander Bank

Address: 380 Chief Justice Cushing Highway, Cohasset, MA 02025
Phone: (781) 383-0167
';var m_d00ee48c45cc306b2b1db3385024a6b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_d00ee48c45cc306b2b1db3385024a6b6['infowindow'] = new google.maps.InfoWindow({content: $ld00ee48c45cc306b2b1db3385024a6b6});var infowindow = new google.maps.InfoWindow({content: $ld00ee48c45cc306b2b1db3385024a6b6});google.maps.event.addListener(m_d00ee48c45cc306b2b1db3385024a6b6, 'click', function() {infowindow.open(map,m_d00ee48c45cc306b2b1db3385024a6b6);});$marker.push(m_d00ee48c45cc306b2b1db3385024a6b6);}});}google.maps.event.addDomListener(window, 'load', initialize);