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.0999,-72.5896)};var g_9adb0d527161f5a2416e2c4df81b8864 = new google.maps.Geocoder();g_9adb0d527161f5a2416e2c4df81b8864.geocode( { 'address': "60 Main St, Springfield, MA 01105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MA-first-massachusetts-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MA-first-massachusetts-bank'), mapOptions);}document.getElementById('25ca2be6').innerHTML += ' | View Map';var $l9adb0d527161f5a2416e2c4df81b8864 = '

First Massachusetts Bank

Address: 60 Main St, Springfield, MA 01105
Phone: (413) 748-8000
';var m_9adb0d527161f5a2416e2c4df81b8864 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Massachusetts Bank',});m_9adb0d527161f5a2416e2c4df81b8864['infowindow'] = new google.maps.InfoWindow({content: $l9adb0d527161f5a2416e2c4df81b8864});var infowindow = new google.maps.InfoWindow({content: $l9adb0d527161f5a2416e2c4df81b8864});google.maps.event.addListener(m_9adb0d527161f5a2416e2c4df81b8864, 'click', function() {infowindow.open(map,m_9adb0d527161f5a2416e2c4df81b8864);});$marker.push(m_9adb0d527161f5a2416e2c4df81b8864);}});}google.maps.event.addDomListener(window, 'load', initialize);