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_cb92ee0067e7481c88954b7d8abd8f4a = new google.maps.Geocoder();g_cb92ee0067e7481c88954b7d8abd8f4a.geocode( { 'address': "590 Sumner Avenue, Springfield, MA 01108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MA-santander-bank'), mapOptions);}document.getElementById('f4d918dc').innerHTML += ' | View Map';var $lcb92ee0067e7481c88954b7d8abd8f4a = '

Santander Bank

Address: 590 Sumner Avenue, Springfield, MA 01108
Phone: (413) 746-4128
';var m_cb92ee0067e7481c88954b7d8abd8f4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_cb92ee0067e7481c88954b7d8abd8f4a['infowindow'] = new google.maps.InfoWindow({content: $lcb92ee0067e7481c88954b7d8abd8f4a});var infowindow = new google.maps.InfoWindow({content: $lcb92ee0067e7481c88954b7d8abd8f4a});google.maps.event.addListener(m_cb92ee0067e7481c88954b7d8abd8f4a, 'click', function() {infowindow.open(map,m_cb92ee0067e7481c88954b7d8abd8f4a);});$marker.push(m_cb92ee0067e7481c88954b7d8abd8f4a);}});}google.maps.event.addDomListener(window, 'load', initialize);