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.5525,-75.5985)};var g_bf2cf5e2aa4620e3ad9b1a40e8ae75f7 = new google.maps.Geocoder();g_bf2cf5e2aa4620e3ad9b1a40e8ae75f7.geocode( { 'address': "7201 Hamilton Blvd, Allentown, PA 18195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-apci-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-apci-federal-credit-union'), mapOptions);}document.getElementById('04ca094b').innerHTML += ' | View Map';var $lbf2cf5e2aa4620e3ad9b1a40e8ae75f7 = '

APCI Federal Credit Union

Address: 7201 Hamilton Blvd, Allentown, PA 18195, USA
Phone: (610) 481-7691
';var m_bf2cf5e2aa4620e3ad9b1a40e8ae75f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'APCI Federal Credit Union',});m_bf2cf5e2aa4620e3ad9b1a40e8ae75f7['infowindow'] = new google.maps.InfoWindow({content: $lbf2cf5e2aa4620e3ad9b1a40e8ae75f7});var infowindow = new google.maps.InfoWindow({content: $lbf2cf5e2aa4620e3ad9b1a40e8ae75f7});google.maps.event.addListener(m_bf2cf5e2aa4620e3ad9b1a40e8ae75f7, 'click', function() {infowindow.open(map,m_bf2cf5e2aa4620e3ad9b1a40e8ae75f7);});$marker.push(m_bf2cf5e2aa4620e3ad9b1a40e8ae75f7);}});}google.maps.event.addDomListener(window, 'load', initialize);