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(42.2106,-71.427)};var g_30ba3b42c5598b875248f43e77fef697 = new google.maps.Geocoder();g_30ba3b42c5598b875248f43e77fef697.geocode( { 'address': "455 Washington St, Holliston, MA 01746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holliston-MA-keystone-automotive-inc').style.display = '';map = new google.maps.Map(document.getElementById('holliston-MA-keystone-automotive-inc'), mapOptions);}document.getElementById('aabba29e').innerHTML += ' | View Map';var $l30ba3b42c5598b875248f43e77fef697 = '

Keystone Automotive Inc.

Address: 455 Washington St, Holliston, MA 01746, USA
Phone: (508) 429-5665
';var m_30ba3b42c5598b875248f43e77fef697 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keystone Automotive Inc.',});m_30ba3b42c5598b875248f43e77fef697['infowindow'] = new google.maps.InfoWindow({content: $l30ba3b42c5598b875248f43e77fef697});var infowindow = new google.maps.InfoWindow({content: $l30ba3b42c5598b875248f43e77fef697});google.maps.event.addListener(m_30ba3b42c5598b875248f43e77fef697, 'click', function() {infowindow.open(map,m_30ba3b42c5598b875248f43e77fef697);});$marker.push(m_30ba3b42c5598b875248f43e77fef697);}});}google.maps.event.addDomListener(window, 'load', initialize);