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(40.6014,-75.3691)};var g_c600b4b49faa3a2a165242e90ca21ac3 = new google.maps.Geocoder();g_c600b4b49faa3a2a165242e90ca21ac3.geocode( { 'address': "1 Bethlehem Plz, Bethlehem, PA 18018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('1f706301').innerHTML += ' | View Map';var $lc600b4b49faa3a2a165242e90ca21ac3 = '

Merrill Lynch Wealth Management

Address: 1 Bethlehem Plz, Bethlehem, PA 18018
Phone: (610) 297-9514
';var m_c600b4b49faa3a2a165242e90ca21ac3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_c600b4b49faa3a2a165242e90ca21ac3['infowindow'] = new google.maps.InfoWindow({content: $lc600b4b49faa3a2a165242e90ca21ac3});var infowindow = new google.maps.InfoWindow({content: $lc600b4b49faa3a2a165242e90ca21ac3});google.maps.event.addListener(m_c600b4b49faa3a2a165242e90ca21ac3, 'click', function() {infowindow.open(map,m_c600b4b49faa3a2a165242e90ca21ac3);});$marker.push(m_c600b4b49faa3a2a165242e90ca21ac3);}});}google.maps.event.addDomListener(window, 'load', initialize);