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.3362,-76.8149)};var g_432446d339ded5b5440e848bfc57eabe = new google.maps.Geocoder();g_432446d339ded5b5440e848bfc57eabe.geocode( { 'address': "4775 Linglestown Rd #1, Harrisburg, PA 17112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-martin-m-sacks--associates-richard-bluis-cpa').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-martin-m-sacks--associates-richard-bluis-cpa'), mapOptions);}document.getElementById('c6c394f7').innerHTML += ' | View Map';var $l432446d339ded5b5440e848bfc57eabe = '

Martin M. Sacks & Associates: Richard Bluis, CPA

Address: 4775 Linglestown Rd #1, Harrisburg, PA 17112, USA
Phone: (717) 657-1300
';var m_432446d339ded5b5440e848bfc57eabe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin M. Sacks & Associates: Richard Bluis, CPA',});m_432446d339ded5b5440e848bfc57eabe['infowindow'] = new google.maps.InfoWindow({content: $l432446d339ded5b5440e848bfc57eabe});var infowindow = new google.maps.InfoWindow({content: $l432446d339ded5b5440e848bfc57eabe});google.maps.event.addListener(m_432446d339ded5b5440e848bfc57eabe, 'click', function() {infowindow.open(map,m_432446d339ded5b5440e848bfc57eabe);});$marker.push(m_432446d339ded5b5440e848bfc57eabe);}});}google.maps.event.addDomListener(window, 'load', initialize);