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.7304,-75.3108)};var g_cea0fedca8442bd7715832a012c208c1 = new google.maps.Geocoder();g_cea0fedca8442bd7715832a012c208c1.geocode( { 'address': "4066 Jandy Blvd, Nazareth, PA 18064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nazareth-PA-people-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('nazareth-PA-people-first-federal-credit-union'), mapOptions);}document.getElementById('6e51f43b').innerHTML += ' | View Map';var $lcea0fedca8442bd7715832a012c208c1 = '

People First Federal Credit Union

Address: 4066 Jandy Blvd, Nazareth, PA 18064, USA
Phone: (610) 797-7440
';var m_cea0fedca8442bd7715832a012c208c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People First Federal Credit Union',});m_cea0fedca8442bd7715832a012c208c1['infowindow'] = new google.maps.InfoWindow({content: $lcea0fedca8442bd7715832a012c208c1});var infowindow = new google.maps.InfoWindow({content: $lcea0fedca8442bd7715832a012c208c1});google.maps.event.addListener(m_cea0fedca8442bd7715832a012c208c1, 'click', function() {infowindow.open(map,m_cea0fedca8442bd7715832a012c208c1);});$marker.push(m_cea0fedca8442bd7715832a012c208c1);}});}google.maps.event.addDomListener(window, 'load', initialize);