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.0949,-75.1248)};var g_16bcc60c73cf10f037b656ccb2539b51 = new google.maps.Geocoder();g_16bcc60c73cf10f037b656ccb2539b51.geocode( { 'address': "815 Greenwood Ave #21, Jenkintown, PA 19046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jenkintown-PA-loanability').style.display = '';map = new google.maps.Map(document.getElementById('jenkintown-PA-loanability'), mapOptions);}document.getElementById('40bd71ec').innerHTML += ' | View Map';var $l16bcc60c73cf10f037b656ccb2539b51 = '

Loanability

Address: 815 Greenwood Ave #21, Jenkintown, PA 19046, USA
Phone: (888) 855-1515
';var m_16bcc60c73cf10f037b656ccb2539b51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanability',});m_16bcc60c73cf10f037b656ccb2539b51['infowindow'] = new google.maps.InfoWindow({content: $l16bcc60c73cf10f037b656ccb2539b51});var infowindow = new google.maps.InfoWindow({content: $l16bcc60c73cf10f037b656ccb2539b51});google.maps.event.addListener(m_16bcc60c73cf10f037b656ccb2539b51, 'click', function() {infowindow.open(map,m_16bcc60c73cf10f037b656ccb2539b51);});$marker.push(m_16bcc60c73cf10f037b656ccb2539b51);}});}google.maps.event.addDomListener(window, 'load', initialize);