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.7355,-80.3146)};var g_0ec360c243d4a23244accb3d04851604 = new google.maps.Geocoder();g_0ec360c243d4a23244accb3d04851604.geocode( { 'address': "725 3rd Ave, New Brighton, PA 15066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-brighton-PA-frank-hacko-insurance--notary').style.display = '';map = new google.maps.Map(document.getElementById('new-brighton-PA-frank-hacko-insurance--notary'), mapOptions);}document.getElementById('6898c6fe').innerHTML += ' | View Map';var $l0ec360c243d4a23244accb3d04851604 = '

Frank Hacko Insurance & Notary

Address: 725 3rd Ave, New Brighton, PA 15066, USA
Phone: (724) 846-9211
';var m_0ec360c243d4a23244accb3d04851604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frank Hacko Insurance & Notary',});m_0ec360c243d4a23244accb3d04851604['infowindow'] = new google.maps.InfoWindow({content: $l0ec360c243d4a23244accb3d04851604});var infowindow = new google.maps.InfoWindow({content: $l0ec360c243d4a23244accb3d04851604});google.maps.event.addListener(m_0ec360c243d4a23244accb3d04851604, 'click', function() {infowindow.open(map,m_0ec360c243d4a23244accb3d04851604);});$marker.push(m_0ec360c243d4a23244accb3d04851604);}});}google.maps.event.addDomListener(window, 'load', initialize);