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.4164,-79.8485)};var g_68b5d1dc71960af14b3159a151a7f761 = new google.maps.Geocoder();g_68b5d1dc71960af14b3159a151a7f761.geocode( { 'address': "2324 Ardmore Blvd, Pittsburgh, PA 15221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-dollar-smart-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-dollar-smart-check-cashing'), mapOptions);}document.getElementById('83b0db1a').innerHTML += ' | View Map';var $l68b5d1dc71960af14b3159a151a7f761 = '

Dollar Smart Check Cashing

Address: 2324 Ardmore Blvd, Pittsburgh, PA 15221, USA
Phone: (412) 271-3717
';var m_68b5d1dc71960af14b3159a151a7f761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Smart Check Cashing',});m_68b5d1dc71960af14b3159a151a7f761['infowindow'] = new google.maps.InfoWindow({content: $l68b5d1dc71960af14b3159a151a7f761});var infowindow = new google.maps.InfoWindow({content: $l68b5d1dc71960af14b3159a151a7f761});google.maps.event.addListener(m_68b5d1dc71960af14b3159a151a7f761, 'click', function() {infowindow.open(map,m_68b5d1dc71960af14b3159a151a7f761);});$marker.push(m_68b5d1dc71960af14b3159a151a7f761);}});}google.maps.event.addDomListener(window, 'load', initialize);