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.6876,-75.4988)};var g_9582df893886899a3c8bcd9e9f4215d3 = new google.maps.Geocoder();g_9582df893886899a3c8bcd9e9f4215d3.geocode( { 'address': "1825 Franklin St, Northampton, PA 18067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northampton-PA-gorman--associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('northampton-PA-gorman--associates-pc'), mapOptions);}document.getElementById('db307fd4').innerHTML += ' | View Map';var $l9582df893886899a3c8bcd9e9f4215d3 = '

Gorman & Associates PC

Address: 1825 Franklin St, Northampton, PA 18067, USA
Phone: (610) 262-1280
';var m_9582df893886899a3c8bcd9e9f4215d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gorman & Associates PC',});m_9582df893886899a3c8bcd9e9f4215d3['infowindow'] = new google.maps.InfoWindow({content: $l9582df893886899a3c8bcd9e9f4215d3});var infowindow = new google.maps.InfoWindow({content: $l9582df893886899a3c8bcd9e9f4215d3});google.maps.event.addListener(m_9582df893886899a3c8bcd9e9f4215d3, 'click', function() {infowindow.open(map,m_9582df893886899a3c8bcd9e9f4215d3);});$marker.push(m_9582df893886899a3c8bcd9e9f4215d3);}});}google.maps.event.addDomListener(window, 'load', initialize);