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.6318,-75.3532)};var g_0cb55c1e0f0d7765bfb602ffd93543ae = new google.maps.Geocoder();g_0cb55c1e0f0d7765bfb602ffd93543ae.geocode( { 'address': "1300 Stefko Blvd, Bethlehem, PA 18017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-jay-bee-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-jay-bee-employee-fcu'), mapOptions);}document.getElementById('794e19d1').innerHTML += ' | View Map';var $l0cb55c1e0f0d7765bfb602ffd93543ae = '

Jay Bee Employee FCU

Address: 1300 Stefko Blvd, Bethlehem, PA 18017, USA
Phone: (610) 867-7568
';var m_0cb55c1e0f0d7765bfb602ffd93543ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jay Bee Employee FCU',});m_0cb55c1e0f0d7765bfb602ffd93543ae['infowindow'] = new google.maps.InfoWindow({content: $l0cb55c1e0f0d7765bfb602ffd93543ae});var infowindow = new google.maps.InfoWindow({content: $l0cb55c1e0f0d7765bfb602ffd93543ae});google.maps.event.addListener(m_0cb55c1e0f0d7765bfb602ffd93543ae, 'click', function() {infowindow.open(map,m_0cb55c1e0f0d7765bfb602ffd93543ae);});$marker.push(m_0cb55c1e0f0d7765bfb602ffd93543ae);}});}google.maps.event.addDomListener(window, 'load', initialize);