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.3586,-77.5299)};var g_373a82b829a0b64b5091565c70e532ab = new google.maps.Geocoder();g_373a82b829a0b64b5091565c70e532ab.geocode( { 'address': "4014 Mountville Rd, Jefferson, MD 21755, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-MD-james-e-george-cpa').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-MD-james-e-george-cpa'), mapOptions);}document.getElementById('2792c314').innerHTML += ' | View Map';var $l373a82b829a0b64b5091565c70e532ab = '

James E George, CPA

Address: 4014 Mountville Rd, Jefferson, MD 21755, USA
Phone: (301) 473-4445
';var m_373a82b829a0b64b5091565c70e532ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'James E George, CPA',});m_373a82b829a0b64b5091565c70e532ab['infowindow'] = new google.maps.InfoWindow({content: $l373a82b829a0b64b5091565c70e532ab});var infowindow = new google.maps.InfoWindow({content: $l373a82b829a0b64b5091565c70e532ab});google.maps.event.addListener(m_373a82b829a0b64b5091565c70e532ab, 'click', function() {infowindow.open(map,m_373a82b829a0b64b5091565c70e532ab);});$marker.push(m_373a82b829a0b64b5091565c70e532ab);}});}google.maps.event.addDomListener(window, 'load', initialize);