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.4321,-71.0561)};var g_39bfc8e91df7baefe561a56b7f74f041 = new google.maps.Geocoder();g_39bfc8e91df7baefe561a56b7f74f041.geocode( { 'address': "90 Highland Ave, Malden, MA 02148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malden-MA-salem-five-bank').style.display = '';map = new google.maps.Map(document.getElementById('malden-MA-salem-five-bank'), mapOptions);}document.getElementById('791de3b2').innerHTML += ' | View Map';var $l39bfc8e91df7baefe561a56b7f74f041 = '

Salem Five Bank

Address: 90 Highland Ave, Malden, MA 02148
Phone: (781) 321-7433
';var m_39bfc8e91df7baefe561a56b7f74f041 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salem Five Bank',});m_39bfc8e91df7baefe561a56b7f74f041['infowindow'] = new google.maps.InfoWindow({content: $l39bfc8e91df7baefe561a56b7f74f041});var infowindow = new google.maps.InfoWindow({content: $l39bfc8e91df7baefe561a56b7f74f041});google.maps.event.addListener(m_39bfc8e91df7baefe561a56b7f74f041, 'click', function() {infowindow.open(map,m_39bfc8e91df7baefe561a56b7f74f041);});$marker.push(m_39bfc8e91df7baefe561a56b7f74f041);}});}google.maps.event.addDomListener(window, 'load', initialize);