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.5527,-75.9831)};var g_5a9e26464eebc97cc1c491728bf4883f = new google.maps.Geocoder();g_5a9e26464eebc97cc1c491728bf4883f.geocode( { 'address': "124 S 3rd St, Hamburg, PA 19526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-PA-kay-greenawalt---state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-PA-kay-greenawalt---state-farm-insurance-agent'), mapOptions);}document.getElementById('d791cad8').innerHTML += ' | View Map';var $l5a9e26464eebc97cc1c491728bf4883f = '

Kay Greenawalt - State Farm Insurance Agent

Address: 124 S 3rd St, Hamburg, PA 19526, USA
Phone: (610) 562-4329
';var m_5a9e26464eebc97cc1c491728bf4883f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kay Greenawalt - State Farm Insurance Agent',});m_5a9e26464eebc97cc1c491728bf4883f['infowindow'] = new google.maps.InfoWindow({content: $l5a9e26464eebc97cc1c491728bf4883f});var infowindow = new google.maps.InfoWindow({content: $l5a9e26464eebc97cc1c491728bf4883f});google.maps.event.addListener(m_5a9e26464eebc97cc1c491728bf4883f, 'click', function() {infowindow.open(map,m_5a9e26464eebc97cc1c491728bf4883f);});$marker.push(m_5a9e26464eebc97cc1c491728bf4883f);}});}google.maps.event.addDomListener(window, 'load', initialize);