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_f1b603bcc48c4396a52d1af1a2e9ae31 = new google.maps.Geocoder();g_f1b603bcc48c4396a52d1af1a2e9ae31.geocode( { 'address': "800 Boston Rd, Springfield, MA 01119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MA-bpa-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MA-bpa-bank'), mapOptions);}document.getElementById('1886526a').innerHTML += ' | View Map';var $lf1b603bcc48c4396a52d1af1a2e9ae31 = '

Bpa Bank

Address: 800 Boston Rd, Springfield, MA 01119
Phone: (413) 783-2011
';var m_f1b603bcc48c4396a52d1af1a2e9ae31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bpa Bank',});m_f1b603bcc48c4396a52d1af1a2e9ae31['infowindow'] = new google.maps.InfoWindow({content: $lf1b603bcc48c4396a52d1af1a2e9ae31});var infowindow = new google.maps.InfoWindow({content: $lf1b603bcc48c4396a52d1af1a2e9ae31});google.maps.event.addListener(m_f1b603bcc48c4396a52d1af1a2e9ae31, 'click', function() {infowindow.open(map,m_f1b603bcc48c4396a52d1af1a2e9ae31);});$marker.push(m_f1b603bcc48c4396a52d1af1a2e9ae31);}});}google.maps.event.addDomListener(window, 'load', initialize);