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.283,-79.3925)};var g_285ba36f1c249c6d19931e477113f7ed = new google.maps.Geocoder();g_285ba36f1c249c6d19931e477113f7ed.geocode( { 'address': "312 Unity Plaza, Latrobe, PA 15650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latrobe-PA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('latrobe-PA-onemain-financial'), mapOptions);}document.getElementById('a1ad284a').innerHTML += ' | View Map';var $l285ba36f1c249c6d19931e477113f7ed = '

OneMain Financial

Address: 312 Unity Plaza, Latrobe, PA 15650, USA
Phone: (724) 539-1616
';var m_285ba36f1c249c6d19931e477113f7ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_285ba36f1c249c6d19931e477113f7ed['infowindow'] = new google.maps.InfoWindow({content: $l285ba36f1c249c6d19931e477113f7ed});var infowindow = new google.maps.InfoWindow({content: $l285ba36f1c249c6d19931e477113f7ed});google.maps.event.addListener(m_285ba36f1c249c6d19931e477113f7ed, 'click', function() {infowindow.open(map,m_285ba36f1c249c6d19931e477113f7ed);});$marker.push(m_285ba36f1c249c6d19931e477113f7ed);}});}google.maps.event.addDomListener(window, 'load', initialize);