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.2315,-75.9218)};var g_2ee3f5a5e33e82e1a2944a1fe3cc73ec = new google.maps.Geocoder();g_2ee3f5a5e33e82e1a2944a1fe3cc73ec.geocode( { 'address': "760 Sans Souci Pkwy, Wilkes-Barre, PA 18706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-united-check-cashing'), mapOptions);}document.getElementById('1cc58efe').innerHTML += ' | View Map';var $l2ee3f5a5e33e82e1a2944a1fe3cc73ec = '

United Check Cashing

Address: 760 Sans Souci Pkwy, Wilkes-Barre, PA 18706, USA
Phone: (570) 820-7881
';var m_2ee3f5a5e33e82e1a2944a1fe3cc73ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_2ee3f5a5e33e82e1a2944a1fe3cc73ec['infowindow'] = new google.maps.InfoWindow({content: $l2ee3f5a5e33e82e1a2944a1fe3cc73ec});var infowindow = new google.maps.InfoWindow({content: $l2ee3f5a5e33e82e1a2944a1fe3cc73ec});google.maps.event.addListener(m_2ee3f5a5e33e82e1a2944a1fe3cc73ec, 'click', function() {infowindow.open(map,m_2ee3f5a5e33e82e1a2944a1fe3cc73ec);});$marker.push(m_2ee3f5a5e33e82e1a2944a1fe3cc73ec);}});}google.maps.event.addDomListener(window, 'load', initialize);