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.6686,-75.276)};var g_facdc744c97b18e40285a52c87cec963 = new google.maps.Geocoder();g_facdc744c97b18e40285a52c87cec963.geocode( { 'address': "4300 William Penn Hwy, Easton, PA 18045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-PA-first-commonwealth-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('easton-PA-first-commonwealth-credit-union'), mapOptions);}document.getElementById('7690d6c2').innerHTML += ' | View Map';var $lfacdc744c97b18e40285a52c87cec963 = '

First Commonwealth Credit Union

Address: 4300 William Penn Hwy, Easton, PA 18045, USA
Phone: (610) 821-2403
';var m_facdc744c97b18e40285a52c87cec963 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Credit Union',});m_facdc744c97b18e40285a52c87cec963['infowindow'] = new google.maps.InfoWindow({content: $lfacdc744c97b18e40285a52c87cec963});var infowindow = new google.maps.InfoWindow({content: $lfacdc744c97b18e40285a52c87cec963});google.maps.event.addListener(m_facdc744c97b18e40285a52c87cec963, 'click', function() {infowindow.open(map,m_facdc744c97b18e40285a52c87cec963);});$marker.push(m_facdc744c97b18e40285a52c87cec963);}});}google.maps.event.addDomListener(window, 'load', initialize);