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.1798,-76.1788)};var g_0fb2ffbd71101224ee98d8ca73853682 = new google.maps.Geocoder();g_0fb2ffbd71101224ee98d8ca73853682.geocode( { 'address': "Ephrata, PA 17522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephrata-PA-weinhold-nickel--co-llp').style.display = '';map = new google.maps.Map(document.getElementById('ephrata-PA-weinhold-nickel--co-llp'), mapOptions);}document.getElementById('cad1111b').innerHTML += ' | View Map';var $l0fb2ffbd71101224ee98d8ca73853682 = '

Weinhold Nickel & Co LLP

Address: Ephrata, PA 17522, USA
Phone: (717) 733-1251
';var m_0fb2ffbd71101224ee98d8ca73853682 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weinhold Nickel & Co LLP',});m_0fb2ffbd71101224ee98d8ca73853682['infowindow'] = new google.maps.InfoWindow({content: $l0fb2ffbd71101224ee98d8ca73853682});var infowindow = new google.maps.InfoWindow({content: $l0fb2ffbd71101224ee98d8ca73853682});google.maps.event.addListener(m_0fb2ffbd71101224ee98d8ca73853682, 'click', function() {infowindow.open(map,m_0fb2ffbd71101224ee98d8ca73853682);});$marker.push(m_0fb2ffbd71101224ee98d8ca73853682);}});}google.maps.event.addDomListener(window, 'load', initialize);