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.5332,-70.9726)};var g_8d9fc2308c8f28d2a7d2f6f48801c705 = new google.maps.Geocoder();g_8d9fc2308c8f28d2a7d2f6f48801c705.geocode( { 'address': "5 Essex Green Dr, STE 1, Peabody, MA 01960"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peabody-MA-union-trust-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('peabody-MA-union-trust-mortgage-corporation'), mapOptions);}document.getElementById('d90ade77').innerHTML += ' | View Map';var $l8d9fc2308c8f28d2a7d2f6f48801c705 = '

Union Trust Mortgage Corporation

Address: 5 Essex Green Dr, STE 1, Peabody, MA 01960
Phone: (978) 532-6600
';var m_8d9fc2308c8f28d2a7d2f6f48801c705 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Trust Mortgage Corporation',});m_8d9fc2308c8f28d2a7d2f6f48801c705['infowindow'] = new google.maps.InfoWindow({content: $l8d9fc2308c8f28d2a7d2f6f48801c705});var infowindow = new google.maps.InfoWindow({content: $l8d9fc2308c8f28d2a7d2f6f48801c705});google.maps.event.addListener(m_8d9fc2308c8f28d2a7d2f6f48801c705, 'click', function() {infowindow.open(map,m_8d9fc2308c8f28d2a7d2f6f48801c705);});$marker.push(m_8d9fc2308c8f28d2a7d2f6f48801c705);}});}google.maps.event.addDomListener(window, 'load', initialize);