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(39.9594,-75.1711)};var g_8752eb6d82ed68d872dceb6abfe50574 = new google.maps.Geocoder();g_8752eb6d82ed68d872dceb6abfe50574.geocode( { 'address': "1901 Vine St, Philadelphia, PA 19103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-interlibrary-loan-branch').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-interlibrary-loan-branch'), mapOptions);}document.getElementById('1a34ef2c').innerHTML += ' | View Map';var $l8752eb6d82ed68d872dceb6abfe50574 = '

Interlibrary Loan Branch

Address: 1901 Vine St, Philadelphia, PA 19103, USA
Phone: (215) 686-5360
';var m_8752eb6d82ed68d872dceb6abfe50574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Interlibrary Loan Branch',});m_8752eb6d82ed68d872dceb6abfe50574['infowindow'] = new google.maps.InfoWindow({content: $l8752eb6d82ed68d872dceb6abfe50574});var infowindow = new google.maps.InfoWindow({content: $l8752eb6d82ed68d872dceb6abfe50574});google.maps.event.addListener(m_8752eb6d82ed68d872dceb6abfe50574, 'click', function() {infowindow.open(map,m_8752eb6d82ed68d872dceb6abfe50574);});$marker.push(m_8752eb6d82ed68d872dceb6abfe50574);}});}google.maps.event.addDomListener(window, 'load', initialize);