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.0461,-75.4045)};var g_d21f696d45167526786fe0444acf4670 = new google.maps.Geocoder();g_d21f696d45167526786fe0444acf4670.geocode( { 'address': "617 W Lancaster Ave, Wayne, PA 19087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-PA-kuranda-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wayne-PA-kuranda-financial-mortgage'), mapOptions);}document.getElementById('9668a0cc').innerHTML += ' | View Map';var $ld21f696d45167526786fe0444acf4670 = '

Kuranda Financial Mortgage

Address: 617 W Lancaster Ave, Wayne, PA 19087, USA
Phone: (610) 975-9940
';var m_d21f696d45167526786fe0444acf4670 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kuranda Financial Mortgage',});m_d21f696d45167526786fe0444acf4670['infowindow'] = new google.maps.InfoWindow({content: $ld21f696d45167526786fe0444acf4670});var infowindow = new google.maps.InfoWindow({content: $ld21f696d45167526786fe0444acf4670});google.maps.event.addListener(m_d21f696d45167526786fe0444acf4670, 'click', function() {infowindow.open(map,m_d21f696d45167526786fe0444acf4670);});$marker.push(m_d21f696d45167526786fe0444acf4670);}});}google.maps.event.addDomListener(window, 'load', initialize);