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(39.9039,-79.7355)};var g_2208144bd64b3601853aaca73e57fb92 = new google.maps.Geocoder();g_2208144bd64b3601853aaca73e57fb92.geocode( { 'address': "286 W Main St, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-auto-credit-connection-llc').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-auto-credit-connection-llc'), mapOptions);}document.getElementById('6c92cc55').innerHTML += ' | View Map';var $l2208144bd64b3601853aaca73e57fb92 = '

Auto Credit Connection, LLC

Address: 286 W Main St, Uniontown, PA 15401, USA
Phone: (724) 439-1390
';var m_2208144bd64b3601853aaca73e57fb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit Connection, LLC',});m_2208144bd64b3601853aaca73e57fb92['infowindow'] = new google.maps.InfoWindow({content: $l2208144bd64b3601853aaca73e57fb92});var infowindow = new google.maps.InfoWindow({content: $l2208144bd64b3601853aaca73e57fb92});google.maps.event.addListener(m_2208144bd64b3601853aaca73e57fb92, 'click', function() {infowindow.open(map,m_2208144bd64b3601853aaca73e57fb92);});$marker.push(m_2208144bd64b3601853aaca73e57fb92);}});}google.maps.event.addDomListener(window, 'load', initialize);