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.8654,-75.0785)};var g_d43e9846d4b7cbe8c843d10d02b6f2b5 = new google.maps.Geocoder();g_d43e9846d4b7cbe8c843d10d02b6f2b5.geocode( { 'address': "115 S Black Horse Pike # 1, Bellmawr, NJ 08031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellmawr-NJ-global-currency-services').style.display = '';map = new google.maps.Map(document.getElementById('bellmawr-NJ-global-currency-services'), mapOptions);}document.getElementById('fa3a1bca').innerHTML += ' | View Map';var $ld43e9846d4b7cbe8c843d10d02b6f2b5 = '

Global Currency Services

Address: 115 S Black Horse Pike # 1, Bellmawr, NJ 08031, USA
Phone: (856) 933-1110
';var m_d43e9846d4b7cbe8c843d10d02b6f2b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Currency Services',});m_d43e9846d4b7cbe8c843d10d02b6f2b5['infowindow'] = new google.maps.InfoWindow({content: $ld43e9846d4b7cbe8c843d10d02b6f2b5});var infowindow = new google.maps.InfoWindow({content: $ld43e9846d4b7cbe8c843d10d02b6f2b5});google.maps.event.addListener(m_d43e9846d4b7cbe8c843d10d02b6f2b5, 'click', function() {infowindow.open(map,m_d43e9846d4b7cbe8c843d10d02b6f2b5);});$marker.push(m_d43e9846d4b7cbe8c843d10d02b6f2b5);}});}google.maps.event.addDomListener(window, 'load', initialize);