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.4844,-75.7478)};var g_862d3da834468b3b15c006d0ea47586a = new google.maps.Geocoder();g_862d3da834468b3b15c006d0ea47586a.geocode( { 'address': "1186 Winola Rd, Clarks Summit, PA 18411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarks-summit-PA-florey-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('clarks-summit-PA-florey-insurance-agency-inc'), mapOptions);}document.getElementById('76f14957').innerHTML += ' | View Map';var $l862d3da834468b3b15c006d0ea47586a = '

Florey Insurance Agency Inc.

Address: 1186 Winola Rd, Clarks Summit, PA 18411, USA
Phone: (570) 587-2615
';var m_862d3da834468b3b15c006d0ea47586a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florey Insurance Agency Inc.',});m_862d3da834468b3b15c006d0ea47586a['infowindow'] = new google.maps.InfoWindow({content: $l862d3da834468b3b15c006d0ea47586a});var infowindow = new google.maps.InfoWindow({content: $l862d3da834468b3b15c006d0ea47586a});google.maps.event.addListener(m_862d3da834468b3b15c006d0ea47586a, 'click', function() {infowindow.open(map,m_862d3da834468b3b15c006d0ea47586a);});$marker.push(m_862d3da834468b3b15c006d0ea47586a);}});}google.maps.event.addDomListener(window, 'load', initialize);