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.497,-70.8661)};var g_19840002af460eae164922c36973f455 = new google.maps.Geocoder();g_19840002af460eae164922c36973f455.geocode( { 'address': "2 Market Sq, Marblehead, MA 01945"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marblehead-MA-ubs-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('marblehead-MA-ubs-financial-services'), mapOptions);}document.getElementById('4b41a13d').innerHTML += ' | View Map';var $l19840002af460eae164922c36973f455 = '

UBS Financial Services

Address: 2 Market Sq, Marblehead, MA 01945
Phone: (781) 631-1700
';var m_19840002af460eae164922c36973f455 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UBS Financial Services',});m_19840002af460eae164922c36973f455['infowindow'] = new google.maps.InfoWindow({content: $l19840002af460eae164922c36973f455});var infowindow = new google.maps.InfoWindow({content: $l19840002af460eae164922c36973f455});google.maps.event.addListener(m_19840002af460eae164922c36973f455, 'click', function() {infowindow.open(map,m_19840002af460eae164922c36973f455);});$marker.push(m_19840002af460eae164922c36973f455);}});}google.maps.event.addDomListener(window, 'load', initialize);