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(40.4707,-79.9543)};var g_cd0029c598046aea6254c595842b7ea1 = new google.maps.Geocoder();g_cd0029c598046aea6254c595842b7ea1.geocode( { 'address': "49 Walsh Rd, Pittsburgh, PA 15205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-hrubys-dog-groomer').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-hrubys-dog-groomer'), mapOptions);}document.getElementById('6a28aac6').innerHTML += ' | View Map';var $lcd0029c598046aea6254c595842b7ea1 = '

Hrubys Dog Groomer

Address: 49 Walsh Rd, Pittsburgh, PA 15205
Phone: (412) 922-6977
';var m_cd0029c598046aea6254c595842b7ea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hrubys Dog Groomer',});m_cd0029c598046aea6254c595842b7ea1['infowindow'] = new google.maps.InfoWindow({content: $lcd0029c598046aea6254c595842b7ea1});var infowindow = new google.maps.InfoWindow({content: $lcd0029c598046aea6254c595842b7ea1});google.maps.event.addListener(m_cd0029c598046aea6254c595842b7ea1, 'click', function() {infowindow.open(map,m_cd0029c598046aea6254c595842b7ea1);});$marker.push(m_cd0029c598046aea6254c595842b7ea1);}});}google.maps.event.addDomListener(window, 'load', initialize);