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(37.5671,-77.3525)};var g_2c50b671aa4c93ccbb3a23aea4f079f3 = new google.maps.Geocoder();g_2c50b671aa4c93ccbb3a23aea4f079f3.geocode( { 'address': "4247 Creighton Rd, Richmond, VA 23223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-the-saint-pauls-baptist-church-creighton-campus').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-the-saint-pauls-baptist-church-creighton-campus'), mapOptions);}document.getElementById('1ffdb9f3').innerHTML += ' | View Map';var $l2c50b671aa4c93ccbb3a23aea4f079f3 = '

The Saint Paul's Baptist Church, Creighton Campus

Address: 4247 Creighton Rd, Richmond, VA 23223, USA
Phone: (804) 643-4000
';var m_2c50b671aa4c93ccbb3a23aea4f079f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Saint Paul's Baptist Church, Creighton Campus',});m_2c50b671aa4c93ccbb3a23aea4f079f3['infowindow'] = new google.maps.InfoWindow({content: $l2c50b671aa4c93ccbb3a23aea4f079f3});var infowindow = new google.maps.InfoWindow({content: $l2c50b671aa4c93ccbb3a23aea4f079f3});google.maps.event.addListener(m_2c50b671aa4c93ccbb3a23aea4f079f3, 'click', function() {infowindow.open(map,m_2c50b671aa4c93ccbb3a23aea4f079f3);});$marker.push(m_2c50b671aa4c93ccbb3a23aea4f079f3);}});}google.maps.event.addDomListener(window, 'load', initialize);