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.7159,-78.8355)};var g_cc848b1b401f1831c0a02a4602c57fa7 = new google.maps.Geocoder();g_cc848b1b401f1831c0a02a4602c57fa7.geocode( { 'address': "162 Main St, Hamburg, NY 14075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-NY-peter-grubea-attorneys').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-NY-peter-grubea-attorneys'), mapOptions);}document.getElementById('163cd876').innerHTML += ' | View Map';var $lcc848b1b401f1831c0a02a4602c57fa7 = '

Peter Grubea Attorneys

Address: 162 Main St, Hamburg, NY 14075, USA
Phone: (716) 584-1315
';var m_cc848b1b401f1831c0a02a4602c57fa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peter Grubea Attorneys',});m_cc848b1b401f1831c0a02a4602c57fa7['infowindow'] = new google.maps.InfoWindow({content: $lcc848b1b401f1831c0a02a4602c57fa7});var infowindow = new google.maps.InfoWindow({content: $lcc848b1b401f1831c0a02a4602c57fa7});google.maps.event.addListener(m_cc848b1b401f1831c0a02a4602c57fa7, 'click', function() {infowindow.open(map,m_cc848b1b401f1831c0a02a4602c57fa7);});$marker.push(m_cc848b1b401f1831c0a02a4602c57fa7);}});}google.maps.event.addDomListener(window, 'load', initialize);