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.1176,-75.0145)};var g_265e2e62de8e9082e95da7f0ff442e3a = new google.maps.Geocoder();g_265e2e62de8e9082e95da7f0ff442e3a.geocode( { 'address': "1010 Race St, Philadelphia, PA 19107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-international-currency-exc').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-international-currency-exc'), mapOptions);}document.getElementById('7799b06c').innerHTML += ' | View Map';var $l265e2e62de8e9082e95da7f0ff442e3a = '

International Currency Exc

Address: 1010 Race St, Philadelphia, PA 19107
Phone: (215) 925-7648
';var m_265e2e62de8e9082e95da7f0ff442e3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Currency Exc',});m_265e2e62de8e9082e95da7f0ff442e3a['infowindow'] = new google.maps.InfoWindow({content: $l265e2e62de8e9082e95da7f0ff442e3a});var infowindow = new google.maps.InfoWindow({content: $l265e2e62de8e9082e95da7f0ff442e3a});google.maps.event.addListener(m_265e2e62de8e9082e95da7f0ff442e3a, 'click', function() {infowindow.open(map,m_265e2e62de8e9082e95da7f0ff442e3a);});$marker.push(m_265e2e62de8e9082e95da7f0ff442e3a);}});}google.maps.event.addDomListener(window, 'load', initialize);