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.287,-75.2662)};var g_61bdea887d79c4b2298f14b5085614cd = new google.maps.Geocoder();g_61bdea887d79c4b2298f14b5085614cd.geocode( { 'address': "1250 Bethlehem Pike # R, Hatfield, PA 19440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatfield-PA-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('hatfield-PA-united-check-cashing'), mapOptions);}document.getElementById('e1afd470').innerHTML += ' | View Map';var $l61bdea887d79c4b2298f14b5085614cd = '

United Check Cashing

Address: 1250 Bethlehem Pike # R, Hatfield, PA 19440, USA
Phone: (215) 712-9090
';var m_61bdea887d79c4b2298f14b5085614cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_61bdea887d79c4b2298f14b5085614cd['infowindow'] = new google.maps.InfoWindow({content: $l61bdea887d79c4b2298f14b5085614cd});var infowindow = new google.maps.InfoWindow({content: $l61bdea887d79c4b2298f14b5085614cd});google.maps.event.addListener(m_61bdea887d79c4b2298f14b5085614cd, 'click', function() {infowindow.open(map,m_61bdea887d79c4b2298f14b5085614cd);});$marker.push(m_61bdea887d79c4b2298f14b5085614cd);}});}google.maps.event.addDomListener(window, 'load', initialize);