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(39.6248,-77.7589)};var g_0592d4525cecc6d52f5c3c5af605c454 = new google.maps.Geocoder();g_0592d4525cecc6d52f5c3c5af605c454.geocode( { 'address': "York Rd, Hagerstown, MD 21740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hagerstown-MD-bulldog').style.display = '';map = new google.maps.Map(document.getElementById('hagerstown-MD-bulldog'), mapOptions);}document.getElementById('8f5af8f8').innerHTML += ' | View Map';var $l0592d4525cecc6d52f5c3c5af605c454 = '

Bulldog

Address: York Rd, Hagerstown, MD 21740, USA
Phone: (301) 797-6318
';var m_0592d4525cecc6d52f5c3c5af605c454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bulldog',});m_0592d4525cecc6d52f5c3c5af605c454['infowindow'] = new google.maps.InfoWindow({content: $l0592d4525cecc6d52f5c3c5af605c454});var infowindow = new google.maps.InfoWindow({content: $l0592d4525cecc6d52f5c3c5af605c454});google.maps.event.addListener(m_0592d4525cecc6d52f5c3c5af605c454, 'click', function() {infowindow.open(map,m_0592d4525cecc6d52f5c3c5af605c454);});$marker.push(m_0592d4525cecc6d52f5c3c5af605c454);}});}google.maps.event.addDomListener(window, 'load', initialize);