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.278,-71.7939)};var g_3cba9e8a6133e9a938a8d31991c64e54 = new google.maps.Geocoder();g_3cba9e8a6133e9a938a8d31991c64e54.geocode( { 'address': "131 Lincoln St, Worcester, MA 01605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worcester-MA-law-office-of-robert-w-kovacs-jr').style.display = '';map = new google.maps.Map(document.getElementById('worcester-MA-law-office-of-robert-w-kovacs-jr'), mapOptions);}document.getElementById('3d602fa2').innerHTML += ' | View Map';var $l3cba9e8a6133e9a938a8d31991c64e54 = '

Law Office of Robert W. Kovacs, Jr.

Address: 131 Lincoln St, Worcester, MA 01605, USA
Phone: (508) 443-4864
';var m_3cba9e8a6133e9a938a8d31991c64e54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Office of Robert W. Kovacs, Jr.',});m_3cba9e8a6133e9a938a8d31991c64e54['infowindow'] = new google.maps.InfoWindow({content: $l3cba9e8a6133e9a938a8d31991c64e54});var infowindow = new google.maps.InfoWindow({content: $l3cba9e8a6133e9a938a8d31991c64e54});google.maps.event.addListener(m_3cba9e8a6133e9a938a8d31991c64e54, 'click', function() {infowindow.open(map,m_3cba9e8a6133e9a938a8d31991c64e54);});$marker.push(m_3cba9e8a6133e9a938a8d31991c64e54);}});}google.maps.event.addDomListener(window, 'load', initialize);