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.3057,-75.9775)};var g_7ab36e7500abda02097a7206618cf8d0 = new google.maps.Geocoder();g_7ab36e7500abda02097a7206618cf8d0.geocode( { 'address': "2237 Lancaster Pike, Shillington, PA 19607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shillington-PA-gallen-insurance').style.display = '';map = new google.maps.Map(document.getElementById('shillington-PA-gallen-insurance'), mapOptions);}document.getElementById('0697a020').innerHTML += ' | View Map';var $l7ab36e7500abda02097a7206618cf8d0 = '

Gallen Insurance

Address: 2237 Lancaster Pike, Shillington, PA 19607, USA
Phone: (610) 777-4123
';var m_7ab36e7500abda02097a7206618cf8d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gallen Insurance',});m_7ab36e7500abda02097a7206618cf8d0['infowindow'] = new google.maps.InfoWindow({content: $l7ab36e7500abda02097a7206618cf8d0});var infowindow = new google.maps.InfoWindow({content: $l7ab36e7500abda02097a7206618cf8d0});google.maps.event.addListener(m_7ab36e7500abda02097a7206618cf8d0, 'click', function() {infowindow.open(map,m_7ab36e7500abda02097a7206618cf8d0);});$marker.push(m_7ab36e7500abda02097a7206618cf8d0);}});}google.maps.event.addDomListener(window, 'load', initialize);