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.2228,-74.8727)};var g_d858f4749c9c5a0c6801f706c5f45d2c = new google.maps.Geocoder();g_d858f4749c9c5a0c6801f706c5f45d2c.geocode( { 'address': "1669 Edgewood Rd, Yardley, PA 19067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yardley-PA-federated-lending-corporation').style.display = '';map = new google.maps.Map(document.getElementById('yardley-PA-federated-lending-corporation'), mapOptions);}document.getElementById('22f59ae9').innerHTML += ' | View Map';var $ld858f4749c9c5a0c6801f706c5f45d2c = '

Federated Lending Corporation

Address: 1669 Edgewood Rd, Yardley, PA 19067, USA
Phone: (215) 493-1500
';var m_d858f4749c9c5a0c6801f706c5f45d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federated Lending Corporation',});m_d858f4749c9c5a0c6801f706c5f45d2c['infowindow'] = new google.maps.InfoWindow({content: $ld858f4749c9c5a0c6801f706c5f45d2c});var infowindow = new google.maps.InfoWindow({content: $ld858f4749c9c5a0c6801f706c5f45d2c});google.maps.event.addListener(m_d858f4749c9c5a0c6801f706c5f45d2c, 'click', function() {infowindow.open(map,m_d858f4749c9c5a0c6801f706c5f45d2c);});$marker.push(m_d858f4749c9c5a0c6801f706c5f45d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);