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.3749,-80.1157)};var g_cbc6b78ac28d509dd7fa4f8e6c2f105b = new google.maps.Geocoder();g_cbc6b78ac28d509dd7fa4f8e6c2f105b.geocode( { 'address': "1 Forsythe Rd #200, Presto, PA 15142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('presto-PA-cure-my-score').style.display = '';map = new google.maps.Map(document.getElementById('presto-PA-cure-my-score'), mapOptions);}document.getElementById('3bbbbe5f').innerHTML += ' | View Map';var $lcbc6b78ac28d509dd7fa4f8e6c2f105b = '

Cure My Score

Address: 1 Forsythe Rd #200, Presto, PA 15142, USA
Phone: (412) 564-5370
';var m_cbc6b78ac28d509dd7fa4f8e6c2f105b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cure My Score',});m_cbc6b78ac28d509dd7fa4f8e6c2f105b['infowindow'] = new google.maps.InfoWindow({content: $lcbc6b78ac28d509dd7fa4f8e6c2f105b});var infowindow = new google.maps.InfoWindow({content: $lcbc6b78ac28d509dd7fa4f8e6c2f105b});google.maps.event.addListener(m_cbc6b78ac28d509dd7fa4f8e6c2f105b, 'click', function() {infowindow.open(map,m_cbc6b78ac28d509dd7fa4f8e6c2f105b);});$marker.push(m_cbc6b78ac28d509dd7fa4f8e6c2f105b);}});}google.maps.event.addDomListener(window, 'load', initialize);