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.5629,-75.5532)};var g_03de06e0e4afb635c8d577267b0fdcd2 = new google.maps.Geocoder();g_03de06e0e4afb635c8d577267b0fdcd2.geocode( { 'address': "1005 Brookside Rd, Allentown, PA 18106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-afc-first-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-afc-first-financial-corporation'), mapOptions);}document.getElementById('7f67368c').innerHTML += ' | View Map';var $l03de06e0e4afb635c8d577267b0fdcd2 = '

AFC First Financial Corporation

Address: 1005 Brookside Rd, Allentown, PA 18106, USA
Phone: (888) 232-3477
';var m_03de06e0e4afb635c8d577267b0fdcd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AFC First Financial Corporation',});m_03de06e0e4afb635c8d577267b0fdcd2['infowindow'] = new google.maps.InfoWindow({content: $l03de06e0e4afb635c8d577267b0fdcd2});var infowindow = new google.maps.InfoWindow({content: $l03de06e0e4afb635c8d577267b0fdcd2});google.maps.event.addListener(m_03de06e0e4afb635c8d577267b0fdcd2, 'click', function() {infowindow.open(map,m_03de06e0e4afb635c8d577267b0fdcd2);});$marker.push(m_03de06e0e4afb635c8d577267b0fdcd2);}});}google.maps.event.addDomListener(window, 'load', initialize);