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.6286,-75.4395)};var g_ab24196958cfb05be30a2e61f67f9945 = new google.maps.Geocoder();g_ab24196958cfb05be30a2e61f67f9945.geocode( { 'address': "1201 Airport Rd # 4, Allentown, PA 18109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-paragon-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-paragon-federal-credit-union'), mapOptions);}document.getElementById('d56c5ac1').innerHTML += ' | View Map';var $lab24196958cfb05be30a2e61f67f9945 = '

Paragon Federal Credit Union

Address: 1201 Airport Rd # 4, Allentown, PA 18109, USA
Phone: (610) 439-1374
';var m_ab24196958cfb05be30a2e61f67f9945 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paragon Federal Credit Union',});m_ab24196958cfb05be30a2e61f67f9945['infowindow'] = new google.maps.InfoWindow({content: $lab24196958cfb05be30a2e61f67f9945});var infowindow = new google.maps.InfoWindow({content: $lab24196958cfb05be30a2e61f67f9945});google.maps.event.addListener(m_ab24196958cfb05be30a2e61f67f9945, 'click', function() {infowindow.open(map,m_ab24196958cfb05be30a2e61f67f9945);});$marker.push(m_ab24196958cfb05be30a2e61f67f9945);}});}google.maps.event.addDomListener(window, 'load', initialize);