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_656289a96baace408af800ddc0afde7c = new google.maps.Geocoder();g_656289a96baace408af800ddc0afde7c.geocode( { 'address': "2005 Market St, Philadelphia, PA 19103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-automated-currency-inc').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-automated-currency-inc'), mapOptions);}document.getElementById('bc63c0e2').innerHTML += ' | View Map';var $l656289a96baace408af800ddc0afde7c = '

Automated Currency Inc

Address: 2005 Market St, Philadelphia, PA 19103
Phone: (215) 569-9701
';var m_656289a96baace408af800ddc0afde7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automated Currency Inc',});m_656289a96baace408af800ddc0afde7c['infowindow'] = new google.maps.InfoWindow({content: $l656289a96baace408af800ddc0afde7c});var infowindow = new google.maps.InfoWindow({content: $l656289a96baace408af800ddc0afde7c});google.maps.event.addListener(m_656289a96baace408af800ddc0afde7c, 'click', function() {infowindow.open(map,m_656289a96baace408af800ddc0afde7c);});$marker.push(m_656289a96baace408af800ddc0afde7c);}});}google.maps.event.addDomListener(window, 'load', initialize);