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(43.0939,-79.0573)};var g_cee34f37bce62fa2550e8d1ea624d374 = new google.maps.Geocoder();g_cee34f37bce62fa2550e8d1ea624d374.geocode( { 'address': "640 Park Pl, Niagara Falls, NY 14301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niagara-falls-NY-peter-grubea-attorneys').style.display = '';map = new google.maps.Map(document.getElementById('niagara-falls-NY-peter-grubea-attorneys'), mapOptions);}document.getElementById('10fb2a2d').innerHTML += ' | View Map';var $lcee34f37bce62fa2550e8d1ea624d374 = '

Peter Grubea Attorneys

Address: 640 Park Pl, Niagara Falls, NY 14301, USA
Phone: (716) 280-7678
';var m_cee34f37bce62fa2550e8d1ea624d374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peter Grubea Attorneys',});m_cee34f37bce62fa2550e8d1ea624d374['infowindow'] = new google.maps.InfoWindow({content: $lcee34f37bce62fa2550e8d1ea624d374});var infowindow = new google.maps.InfoWindow({content: $lcee34f37bce62fa2550e8d1ea624d374});google.maps.event.addListener(m_cee34f37bce62fa2550e8d1ea624d374, 'click', function() {infowindow.open(map,m_cee34f37bce62fa2550e8d1ea624d374);});$marker.push(m_cee34f37bce62fa2550e8d1ea624d374);}});}google.maps.event.addDomListener(window, 'load', initialize);