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_33e439b1bfe0ea579c013eea5d8e6d32 = new google.maps.Geocoder();g_33e439b1bfe0ea579c013eea5d8e6d32.geocode( { 'address': "1495 Valley Center Pkwy, Bethlehem, PA 18017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-waddell-reed').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-waddell-reed'), mapOptions);}document.getElementById('c4767551').innerHTML += ' | View Map';var $l33e439b1bfe0ea579c013eea5d8e6d32 = '

Waddell & Reed

Address: 1495 Valley Center Pkwy, Bethlehem, PA 18017
Phone: (610) 861-1861
';var m_33e439b1bfe0ea579c013eea5d8e6d32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waddell & Reed',});m_33e439b1bfe0ea579c013eea5d8e6d32['infowindow'] = new google.maps.InfoWindow({content: $l33e439b1bfe0ea579c013eea5d8e6d32});var infowindow = new google.maps.InfoWindow({content: $l33e439b1bfe0ea579c013eea5d8e6d32});google.maps.event.addListener(m_33e439b1bfe0ea579c013eea5d8e6d32, 'click', function() {infowindow.open(map,m_33e439b1bfe0ea579c013eea5d8e6d32);});$marker.push(m_33e439b1bfe0ea579c013eea5d8e6d32);}});}google.maps.event.addDomListener(window, 'load', initialize);