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.5752,-75.5312)};var g_86b99dc2df2fd148dcd916f70a015554 = new google.maps.Geocoder();g_86b99dc2df2fd148dcd916f70a015554.geocode( { 'address': "3720 Hamilton Blvd, Allentown, PA 18103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-lehigh-valley-educators-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-lehigh-valley-educators-credit-union'), mapOptions);}document.getElementById('f1d37ab4').innerHTML += ' | View Map';var $l86b99dc2df2fd148dcd916f70a015554 = '

Lehigh Valley Educators Credit Union

Address: 3720 Hamilton Blvd, Allentown, PA 18103, USA
Phone: (610) 820-0145
';var m_86b99dc2df2fd148dcd916f70a015554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lehigh Valley Educators Credit Union',});m_86b99dc2df2fd148dcd916f70a015554['infowindow'] = new google.maps.InfoWindow({content: $l86b99dc2df2fd148dcd916f70a015554});var infowindow = new google.maps.InfoWindow({content: $l86b99dc2df2fd148dcd916f70a015554});google.maps.event.addListener(m_86b99dc2df2fd148dcd916f70a015554, 'click', function() {infowindow.open(map,m_86b99dc2df2fd148dcd916f70a015554);});$marker.push(m_86b99dc2df2fd148dcd916f70a015554);}});}google.maps.event.addDomListener(window, 'load', initialize);