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.1683,-74.8222)};var g_dcb852723fb1bf0bd40de232210a6603 = new google.maps.Geocoder();g_dcb852723fb1bf0bd40de232210a6603.geocode( { 'address': "208 Levittown Pkwy, Levittown, PA 19054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levittown-PA-first-federal-savings-loan-association-of-bucks-county').style.display = '';map = new google.maps.Map(document.getElementById('levittown-PA-first-federal-savings-loan-association-of-bucks-county'), mapOptions);}document.getElementById('4116a8c3').innerHTML += ' | View Map';var $ldcb852723fb1bf0bd40de232210a6603 = '

First Federal Savings & Loan Association of Bucks County

Address: 208 Levittown Pkwy, Levittown, PA 19054
Phone: (215) 946-7400
';var m_dcb852723fb1bf0bd40de232210a6603 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan Association of Bucks County',});m_dcb852723fb1bf0bd40de232210a6603['infowindow'] = new google.maps.InfoWindow({content: $ldcb852723fb1bf0bd40de232210a6603});var infowindow = new google.maps.InfoWindow({content: $ldcb852723fb1bf0bd40de232210a6603});google.maps.event.addListener(m_dcb852723fb1bf0bd40de232210a6603, 'click', function() {infowindow.open(map,m_dcb852723fb1bf0bd40de232210a6603);});$marker.push(m_dcb852723fb1bf0bd40de232210a6603);}});}google.maps.event.addDomListener(window, 'load', initialize);