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.289,-79.4617)};var g_fd0c4ae203e480207f74b6516721194c = new google.maps.Geocoder();g_fd0c4ae203e480207f74b6516721194c.geocode( { 'address': "4727 US-30 #203, Greensburg, PA 15601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-PA-north-state-acceptance').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-north-state-acceptance'), mapOptions);}document.getElementById('877b5249').innerHTML += ' | View Map';var $lfd0c4ae203e480207f74b6516721194c = '

NORTH STATE ACCEPTANCE

Address: 4727 US-30 #203, Greensburg, PA 15601, USA
Phone: (724) 420-5832
';var m_fd0c4ae203e480207f74b6516721194c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NORTH STATE ACCEPTANCE',});m_fd0c4ae203e480207f74b6516721194c['infowindow'] = new google.maps.InfoWindow({content: $lfd0c4ae203e480207f74b6516721194c});var infowindow = new google.maps.InfoWindow({content: $lfd0c4ae203e480207f74b6516721194c});google.maps.event.addListener(m_fd0c4ae203e480207f74b6516721194c, 'click', function() {infowindow.open(map,m_fd0c4ae203e480207f74b6516721194c);});$marker.push(m_fd0c4ae203e480207f74b6516721194c);}});}google.maps.event.addDomListener(window, 'load', initialize);