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(38.8559,-76.9023)};var g_d876747db921dffe83e7742b99929ff3 = new google.maps.Geocoder();g_d876747db921dffe83e7742b99929ff3.geocode( { 'address': "6035 Marlboro Pike, District Heights, MD 20747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('district-heights-MD-pg-check-cashing-inc').style.display = '';map = new google.maps.Map(document.getElementById('district-heights-MD-pg-check-cashing-inc'), mapOptions);}document.getElementById('2f76e3f6').innerHTML += ' | View Map';var $ld876747db921dffe83e7742b99929ff3 = '

PG Check Cashing Inc

Address: 6035 Marlboro Pike, District Heights, MD 20747, USA
Phone: (301) 736-1800
';var m_d876747db921dffe83e7742b99929ff3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PG Check Cashing Inc',});m_d876747db921dffe83e7742b99929ff3['infowindow'] = new google.maps.InfoWindow({content: $ld876747db921dffe83e7742b99929ff3});var infowindow = new google.maps.InfoWindow({content: $ld876747db921dffe83e7742b99929ff3});google.maps.event.addListener(m_d876747db921dffe83e7742b99929ff3, 'click', function() {infowindow.open(map,m_d876747db921dffe83e7742b99929ff3);});$marker.push(m_d876747db921dffe83e7742b99929ff3);}});}google.maps.event.addDomListener(window, 'load', initialize);