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.0505,-76.2451)};var g_315ce81032794aa1298274973e88b2e9 = new google.maps.Geocoder();g_315ce81032794aa1298274973e88b2e9.geocode( { 'address': "726 W Front St, Berwick, PA 18603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwick-PA-hartman--lally-insurers-inc').style.display = '';map = new google.maps.Map(document.getElementById('berwick-PA-hartman--lally-insurers-inc'), mapOptions);}document.getElementById('fc66259c').innerHTML += ' | View Map';var $l315ce81032794aa1298274973e88b2e9 = '

Hartman & Lally Insurers Inc.

Address: 726 W Front St, Berwick, PA 18603, USA
Phone: (570) 752-3688
';var m_315ce81032794aa1298274973e88b2e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hartman & Lally Insurers Inc.',});m_315ce81032794aa1298274973e88b2e9['infowindow'] = new google.maps.InfoWindow({content: $l315ce81032794aa1298274973e88b2e9});var infowindow = new google.maps.InfoWindow({content: $l315ce81032794aa1298274973e88b2e9});google.maps.event.addListener(m_315ce81032794aa1298274973e88b2e9, 'click', function() {infowindow.open(map,m_315ce81032794aa1298274973e88b2e9);});$marker.push(m_315ce81032794aa1298274973e88b2e9);}});}google.maps.event.addDomListener(window, 'load', initialize);