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.1023,-75.2743)};var g_203090164fb9e5062261f0713cfd1a9c = new google.maps.Geocoder();g_203090164fb9e5062261f0713cfd1a9c.geocode( { 'address': "Plymouth Meeting, PA 19462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-meeting-PA-commercial-loan-center-llc').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-meeting-PA-commercial-loan-center-llc'), mapOptions);}document.getElementById('23017aa1').innerHTML += ' | View Map';var $l203090164fb9e5062261f0713cfd1a9c = '

Commercial Loan Center LLC

Address: Plymouth Meeting, PA 19462, USA
Phone: (610) 940-4300
';var m_203090164fb9e5062261f0713cfd1a9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Loan Center LLC',});m_203090164fb9e5062261f0713cfd1a9c['infowindow'] = new google.maps.InfoWindow({content: $l203090164fb9e5062261f0713cfd1a9c});var infowindow = new google.maps.InfoWindow({content: $l203090164fb9e5062261f0713cfd1a9c});google.maps.event.addListener(m_203090164fb9e5062261f0713cfd1a9c, 'click', function() {infowindow.open(map,m_203090164fb9e5062261f0713cfd1a9c);});$marker.push(m_203090164fb9e5062261f0713cfd1a9c);}});}google.maps.event.addDomListener(window, 'load', initialize);