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(41.044,-75.1247)};var g_65bc1d47107e7f41d1562c7dfd3d1fa2 = new google.maps.Geocoder();g_65bc1d47107e7f41d1562c7dfd3d1fa2.geocode( { 'address': "Milford Road, US Business 209, East Stroudsburg, PA 18301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-stroudsburg-PA-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('east-stroudsburg-PA-united-check-cashing'), mapOptions);}document.getElementById('867ee0b8').innerHTML += ' | View Map';var $l65bc1d47107e7f41d1562c7dfd3d1fa2 = '

United Check Cashing

Address: Milford Road, US Business 209, East Stroudsburg, PA 18301, USA
Phone: (570) 517-0800
';var m_65bc1d47107e7f41d1562c7dfd3d1fa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_65bc1d47107e7f41d1562c7dfd3d1fa2['infowindow'] = new google.maps.InfoWindow({content: $l65bc1d47107e7f41d1562c7dfd3d1fa2});var infowindow = new google.maps.InfoWindow({content: $l65bc1d47107e7f41d1562c7dfd3d1fa2});google.maps.event.addListener(m_65bc1d47107e7f41d1562c7dfd3d1fa2, 'click', function() {infowindow.open(map,m_65bc1d47107e7f41d1562c7dfd3d1fa2);});$marker.push(m_65bc1d47107e7f41d1562c7dfd3d1fa2);}});}google.maps.event.addDomListener(window, 'load', initialize);