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(41.5742,-75.2558)};var g_7bd310a8f1ff8438134d715c190cb3b5 = new google.maps.Geocoder();g_7bd310a8f1ff8438134d715c190cb3b5.geocode( { 'address': "914 Church St #2, Honesdale, PA 18431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honesdale-PA-beck-gogolski-poska--co').style.display = '';map = new google.maps.Map(document.getElementById('honesdale-PA-beck-gogolski-poska--co'), mapOptions);}document.getElementById('dab879f1').innerHTML += ' | View Map';var $l7bd310a8f1ff8438134d715c190cb3b5 = '

Beck, Gogolski, Poska & Co.

Address: 914 Church St #2, Honesdale, PA 18431, USA
Phone: (570) 253-4612
';var m_7bd310a8f1ff8438134d715c190cb3b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beck, Gogolski, Poska & Co.',});m_7bd310a8f1ff8438134d715c190cb3b5['infowindow'] = new google.maps.InfoWindow({content: $l7bd310a8f1ff8438134d715c190cb3b5});var infowindow = new google.maps.InfoWindow({content: $l7bd310a8f1ff8438134d715c190cb3b5});google.maps.event.addListener(m_7bd310a8f1ff8438134d715c190cb3b5, 'click', function() {infowindow.open(map,m_7bd310a8f1ff8438134d715c190cb3b5);});$marker.push(m_7bd310a8f1ff8438134d715c190cb3b5);}});}google.maps.event.addDomListener(window, 'load', initialize);