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.6901,-75.2107)};var g_9a80f525ede3ce67c19d784eb6216583 = new google.maps.Geocoder();g_9a80f525ede3ce67c19d784eb6216583.geocode( { 'address': "40 S 4th St A, Easton, PA 18042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-PA-kressler-wolff--miller-insurance').style.display = '';map = new google.maps.Map(document.getElementById('easton-PA-kressler-wolff--miller-insurance'), mapOptions);}document.getElementById('1d200644').innerHTML += ' | View Map';var $l9a80f525ede3ce67c19d784eb6216583 = '

Kressler Wolff & Miller Insurance

Address: 40 S 4th St A, Easton, PA 18042, USA
Phone: (610) 258-9181
';var m_9a80f525ede3ce67c19d784eb6216583 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kressler Wolff & Miller Insurance',});m_9a80f525ede3ce67c19d784eb6216583['infowindow'] = new google.maps.InfoWindow({content: $l9a80f525ede3ce67c19d784eb6216583});var infowindow = new google.maps.InfoWindow({content: $l9a80f525ede3ce67c19d784eb6216583});google.maps.event.addListener(m_9a80f525ede3ce67c19d784eb6216583, 'click', function() {infowindow.open(map,m_9a80f525ede3ce67c19d784eb6216583);});$marker.push(m_9a80f525ede3ce67c19d784eb6216583);}});}google.maps.event.addDomListener(window, 'load', initialize);