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.4415,-77.5458)};var g_cb45a1110562681fbcf8dc2cead7bd23 = new google.maps.Geocoder();g_cb45a1110562681fbcf8dc2cead7bd23.geocode( { 'address': "201-A S. Church St., Middletown, MD 21769, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-MD-wachter-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('middletown-MD-wachter-insurance-agency-inc'), mapOptions);}document.getElementById('cc0ead4d').innerHTML += ' | View Map';var $lcb45a1110562681fbcf8dc2cead7bd23 = '

Wachter Insurance Agency, Inc.

Address: 201-A S. Church St., Middletown, MD 21769, USA
Phone: (301) 371-6335
';var m_cb45a1110562681fbcf8dc2cead7bd23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wachter Insurance Agency, Inc.',});m_cb45a1110562681fbcf8dc2cead7bd23['infowindow'] = new google.maps.InfoWindow({content: $lcb45a1110562681fbcf8dc2cead7bd23});var infowindow = new google.maps.InfoWindow({content: $lcb45a1110562681fbcf8dc2cead7bd23});google.maps.event.addListener(m_cb45a1110562681fbcf8dc2cead7bd23, 'click', function() {infowindow.open(map,m_cb45a1110562681fbcf8dc2cead7bd23);});$marker.push(m_cb45a1110562681fbcf8dc2cead7bd23);}});}google.maps.event.addDomListener(window, 'load', initialize);