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.6285,-70.6862)};var g_c5cd388279f080fe8da4be34767bdf1c = new google.maps.Geocoder();g_c5cd388279f080fe8da4be34767bdf1c.geocode( { 'address': "4 Parker St, Gloucester, MA 01930"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-MA-institution-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-MA-institution-for-savings'), mapOptions);}document.getElementById('c34796a5').innerHTML += ' | View Map';var $lc5cd388279f080fe8da4be34767bdf1c = '

Institution For Savings

Address: 4 Parker St, Gloucester, MA 01930
Phone: (978) 282-0007
';var m_c5cd388279f080fe8da4be34767bdf1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Institution For Savings',});m_c5cd388279f080fe8da4be34767bdf1c['infowindow'] = new google.maps.InfoWindow({content: $lc5cd388279f080fe8da4be34767bdf1c});var infowindow = new google.maps.InfoWindow({content: $lc5cd388279f080fe8da4be34767bdf1c});google.maps.event.addListener(m_c5cd388279f080fe8da4be34767bdf1c, 'click', function() {infowindow.open(map,m_c5cd388279f080fe8da4be34767bdf1c);});$marker.push(m_c5cd388279f080fe8da4be34767bdf1c);}});}google.maps.event.addDomListener(window, 'load', initialize);