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.9224,-75.2595)};var g_ef8ff9dcba0ea0f66f02b9d355fb860c = new google.maps.Geocoder();g_ef8ff9dcba0ea0f66f02b9d355fb860c.geocode( { 'address': "925 Summit St, Darby, PA 19023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darby-PA-first-baptist-church').style.display = '';map = new google.maps.Map(document.getElementById('darby-PA-first-baptist-church'), mapOptions);}document.getElementById('41195fa3').innerHTML += ' | View Map';var $lef8ff9dcba0ea0f66f02b9d355fb860c = '

First Baptist Church

Address: 925 Summit St, Darby, PA 19023, USA
Phone: (610) 586-0179
';var m_ef8ff9dcba0ea0f66f02b9d355fb860c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Baptist Church',});m_ef8ff9dcba0ea0f66f02b9d355fb860c['infowindow'] = new google.maps.InfoWindow({content: $lef8ff9dcba0ea0f66f02b9d355fb860c});var infowindow = new google.maps.InfoWindow({content: $lef8ff9dcba0ea0f66f02b9d355fb860c});google.maps.event.addListener(m_ef8ff9dcba0ea0f66f02b9d355fb860c, 'click', function() {infowindow.open(map,m_ef8ff9dcba0ea0f66f02b9d355fb860c);});$marker.push(m_ef8ff9dcba0ea0f66f02b9d355fb860c);}});}google.maps.event.addDomListener(window, 'load', initialize);