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_15898a944e35c6a3090e3790aa35a5ae = new google.maps.Geocoder();g_15898a944e35c6a3090e3790aa35a5ae.geocode( { 'address': "2005 City Line Rd, Bethlehem, PA 18017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-fulton-financial-advisors').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-fulton-financial-advisors'), mapOptions);}document.getElementById('127d71c2').innerHTML += ' | View Map';var $l15898a944e35c6a3090e3790aa35a5ae = '

Fulton Financial Advisors

Address: 2005 City Line Rd, Bethlehem, PA 18017
Phone: (610) 332-7147
';var m_15898a944e35c6a3090e3790aa35a5ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Financial Advisors',});m_15898a944e35c6a3090e3790aa35a5ae['infowindow'] = new google.maps.InfoWindow({content: $l15898a944e35c6a3090e3790aa35a5ae});var infowindow = new google.maps.InfoWindow({content: $l15898a944e35c6a3090e3790aa35a5ae});google.maps.event.addListener(m_15898a944e35c6a3090e3790aa35a5ae, 'click', function() {infowindow.open(map,m_15898a944e35c6a3090e3790aa35a5ae);});$marker.push(m_15898a944e35c6a3090e3790aa35a5ae);}});}google.maps.event.addDomListener(window, 'load', initialize);