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.5994,-75.4726)};var g_359f449e012b58f30cbc80ea8b9e794a = new google.maps.Geocoder();g_359f449e012b58f30cbc80ea8b9e794a.geocode( { 'address': "2218 Walbert Ave, Allentown, PA 18104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-lehigh-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-lehigh-valley-federal-credit-union'), mapOptions);}document.getElementById('9a78f186').innerHTML += ' | View Map';var $l359f449e012b58f30cbc80ea8b9e794a = '

Lehigh Valley Federal Credit Union

Address: 2218 Walbert Ave, Allentown, PA 18104
Phone: (610) 435-7575
';var m_359f449e012b58f30cbc80ea8b9e794a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lehigh Valley Federal Credit Union',});m_359f449e012b58f30cbc80ea8b9e794a['infowindow'] = new google.maps.InfoWindow({content: $l359f449e012b58f30cbc80ea8b9e794a});var infowindow = new google.maps.InfoWindow({content: $l359f449e012b58f30cbc80ea8b9e794a});google.maps.event.addListener(m_359f449e012b58f30cbc80ea8b9e794a, 'click', function() {infowindow.open(map,m_359f449e012b58f30cbc80ea8b9e794a);});$marker.push(m_359f449e012b58f30cbc80ea8b9e794a);}});}google.maps.event.addDomListener(window, 'load', initialize);