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.4874,-78.6777)};var g_dcaadaab82b75f7b7e9529150c68f04f = new google.maps.Geocoder();g_dcaadaab82b75f7b7e9529150c68f04f.geocode( { 'address': "236 Grant St, Johnsonburg, PA 15845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnsonburg-PA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('johnsonburg-PA-moneygram'), mapOptions);}document.getElementById('9169b6e1').innerHTML += ' | View Map';var $ldcaadaab82b75f7b7e9529150c68f04f = '

MoneyGram

Address: 236 Grant St, Johnsonburg, PA 15845, USA
Phone: (814) 965-2566
';var m_dcaadaab82b75f7b7e9529150c68f04f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_dcaadaab82b75f7b7e9529150c68f04f['infowindow'] = new google.maps.InfoWindow({content: $ldcaadaab82b75f7b7e9529150c68f04f});var infowindow = new google.maps.InfoWindow({content: $ldcaadaab82b75f7b7e9529150c68f04f});google.maps.event.addListener(m_dcaadaab82b75f7b7e9529150c68f04f, 'click', function() {infowindow.open(map,m_dcaadaab82b75f7b7e9529150c68f04f);});$marker.push(m_dcaadaab82b75f7b7e9529150c68f04f);}});}google.maps.event.addDomListener(window, 'load', initialize);