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.7685,-76.6798)};var g_d3cae83331341cbc7d6ac9b689352327 = new google.maps.Geocoder();g_d3cae83331341cbc7d6ac9b689352327.geocode( { 'address': "9 S Main St, Shrewsbury, PA 17361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shrewsbury-PA-keller-brown-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('shrewsbury-PA-keller-brown-insurance-services'), mapOptions);}document.getElementById('644faee0').innerHTML += ' | View Map';var $ld3cae83331341cbc7d6ac9b689352327 = '

Keller-Brown Insurance Services

Address: 9 S Main St, Shrewsbury, PA 17361, USA
Phone: (717) 235-6891
';var m_d3cae83331341cbc7d6ac9b689352327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keller-Brown Insurance Services',});m_d3cae83331341cbc7d6ac9b689352327['infowindow'] = new google.maps.InfoWindow({content: $ld3cae83331341cbc7d6ac9b689352327});var infowindow = new google.maps.InfoWindow({content: $ld3cae83331341cbc7d6ac9b689352327});google.maps.event.addListener(m_d3cae83331341cbc7d6ac9b689352327, 'click', function() {infowindow.open(map,m_d3cae83331341cbc7d6ac9b689352327);});$marker.push(m_d3cae83331341cbc7d6ac9b689352327);}});}google.maps.event.addDomListener(window, 'load', initialize);