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_77af69a8e2500351dc46c7daa33de5ca = new google.maps.Geocoder();g_77af69a8e2500351dc46c7daa33de5ca.geocode( { 'address': "7248 Castor Ave, Philadelphia, PA 19149"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-westside-check-cashing-ii').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-westside-check-cashing-ii'), mapOptions);}document.getElementById('7174534c').innerHTML += ' | View Map';var $l77af69a8e2500351dc46c7daa33de5ca = '

Westside Check Cashing II

Address: 7248 Castor Ave, Philadelphia, PA 19149
Phone: (215) 745-5899
';var m_77af69a8e2500351dc46c7daa33de5ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westside Check Cashing II',});m_77af69a8e2500351dc46c7daa33de5ca['infowindow'] = new google.maps.InfoWindow({content: $l77af69a8e2500351dc46c7daa33de5ca});var infowindow = new google.maps.InfoWindow({content: $l77af69a8e2500351dc46c7daa33de5ca});google.maps.event.addListener(m_77af69a8e2500351dc46c7daa33de5ca, 'click', function() {infowindow.open(map,m_77af69a8e2500351dc46c7daa33de5ca);});$marker.push(m_77af69a8e2500351dc46c7daa33de5ca);}});}google.maps.event.addDomListener(window, 'load', initialize);