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(39.9388,-76.6233)};var g_75e1142e2d271c897faa826bf2d49702 = new google.maps.Geocoder();g_75e1142e2d271c897faa826bf2d49702.geocode( { 'address': "1010 Windsor Rd, Red Lion, PA 17356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lion-PA-jeffers-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('red-lion-PA-jeffers-insurance-agency'), mapOptions);}document.getElementById('4dc9b5e3').innerHTML += ' | View Map';var $l75e1142e2d271c897faa826bf2d49702 = '

Jeffers Insurance Agency

Address: 1010 Windsor Rd, Red Lion, PA 17356, USA
Phone: (717) 840-1985
';var m_75e1142e2d271c897faa826bf2d49702 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeffers Insurance Agency',});m_75e1142e2d271c897faa826bf2d49702['infowindow'] = new google.maps.InfoWindow({content: $l75e1142e2d271c897faa826bf2d49702});var infowindow = new google.maps.InfoWindow({content: $l75e1142e2d271c897faa826bf2d49702});google.maps.event.addListener(m_75e1142e2d271c897faa826bf2d49702, 'click', function() {infowindow.open(map,m_75e1142e2d271c897faa826bf2d49702);});$marker.push(m_75e1142e2d271c897faa826bf2d49702);}});}google.maps.event.addDomListener(window, 'load', initialize);