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.2847,-71.1277)};var g_2a8c9e1f3339b9b66d7841f5a164b061 = new google.maps.Geocoder();g_2a8c9e1f3339b9b66d7841f5a164b061.geocode( { 'address': "950 American Legion Hwy, Roslindale, MA 02131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roslindale-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('roslindale-MA-bank-of-america'), mapOptions);}document.getElementById('d5b4e5b0').innerHTML += ' | View Map';var $l2a8c9e1f3339b9b66d7841f5a164b061 = '

Bank Of America

Address: 950 American Legion Hwy, Roslindale, MA 02131
Phone: (617) 346-3844
';var m_2a8c9e1f3339b9b66d7841f5a164b061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_2a8c9e1f3339b9b66d7841f5a164b061['infowindow'] = new google.maps.InfoWindow({content: $l2a8c9e1f3339b9b66d7841f5a164b061});var infowindow = new google.maps.InfoWindow({content: $l2a8c9e1f3339b9b66d7841f5a164b061});google.maps.event.addListener(m_2a8c9e1f3339b9b66d7841f5a164b061, 'click', function() {infowindow.open(map,m_2a8c9e1f3339b9b66d7841f5a164b061);});$marker.push(m_2a8c9e1f3339b9b66d7841f5a164b061);}});}google.maps.event.addDomListener(window, 'load', initialize);