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(41.2674,-77.0351)};var g_fc8a0dcfc5b954534711df12e21a2f0b = new google.maps.Geocoder();g_fc8a0dcfc5b954534711df12e21a2f0b.geocode( { 'address': "1 W 3rd St, Williamsport, PA 17701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('0ad04440').innerHTML += ' | View Map';var $lfc8a0dcfc5b954534711df12e21a2f0b = '

Merrill Lynch Wealth Management

Address: 1 W 3rd St, Williamsport, PA 17701
Phone: (570) 327-6600
';var m_fc8a0dcfc5b954534711df12e21a2f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_fc8a0dcfc5b954534711df12e21a2f0b['infowindow'] = new google.maps.InfoWindow({content: $lfc8a0dcfc5b954534711df12e21a2f0b});var infowindow = new google.maps.InfoWindow({content: $lfc8a0dcfc5b954534711df12e21a2f0b});google.maps.event.addListener(m_fc8a0dcfc5b954534711df12e21a2f0b, 'click', function() {infowindow.open(map,m_fc8a0dcfc5b954534711df12e21a2f0b);});$marker.push(m_fc8a0dcfc5b954534711df12e21a2f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);