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.1011,-75.0291)};var g_6f7859d3f7579baa4b8d5cb14ce3ad91 = new google.maps.Geocoder();g_6f7859d3f7579baa4b8d5cb14ce3ad91.geocode( { 'address': "9961 Bustleton Ave, Philadelphia, PA 19115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-nikkis-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-nikkis-check-cashing'), mapOptions);}document.getElementById('307f1633').innerHTML += ' | View Map';var $l6f7859d3f7579baa4b8d5cb14ce3ad91 = '

Nikki's Check Cashing

Address: 9961 Bustleton Ave, Philadelphia, PA 19115, USA
Phone: (215) 464-2323
';var m_6f7859d3f7579baa4b8d5cb14ce3ad91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nikki's Check Cashing',});m_6f7859d3f7579baa4b8d5cb14ce3ad91['infowindow'] = new google.maps.InfoWindow({content: $l6f7859d3f7579baa4b8d5cb14ce3ad91});var infowindow = new google.maps.InfoWindow({content: $l6f7859d3f7579baa4b8d5cb14ce3ad91});google.maps.event.addListener(m_6f7859d3f7579baa4b8d5cb14ce3ad91, 'click', function() {infowindow.open(map,m_6f7859d3f7579baa4b8d5cb14ce3ad91);});$marker.push(m_6f7859d3f7579baa4b8d5cb14ce3ad91);}});}google.maps.event.addDomListener(window, 'load', initialize);