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.1116,-74.8619)};var g_c25c319172998c7de5716c3a94a96ddc = new google.maps.Geocoder();g_c25c319172998c7de5716c3a94a96ddc.geocode( { 'address': "118 Mill St, Bristol, PA 19007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-PA-first-federal-of-bucks-county').style.display = '';map = new google.maps.Map(document.getElementById('bristol-PA-first-federal-of-bucks-county'), mapOptions);}document.getElementById('07baa355').innerHTML += ' | View Map';var $lc25c319172998c7de5716c3a94a96ddc = '

First Federal Of Bucks County

Address: 118 Mill St, Bristol, PA 19007
Phone: (215) 788-3344
';var m_c25c319172998c7de5716c3a94a96ddc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Of Bucks County',});m_c25c319172998c7de5716c3a94a96ddc['infowindow'] = new google.maps.InfoWindow({content: $lc25c319172998c7de5716c3a94a96ddc});var infowindow = new google.maps.InfoWindow({content: $lc25c319172998c7de5716c3a94a96ddc});google.maps.event.addListener(m_c25c319172998c7de5716c3a94a96ddc, 'click', function() {infowindow.open(map,m_c25c319172998c7de5716c3a94a96ddc);});$marker.push(m_c25c319172998c7de5716c3a94a96ddc);}});}google.maps.event.addDomListener(window, 'load', initialize);