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()};var g_5572975b6c55e23bb68391acaa8ca141 = new google.maps.Geocoder();g_5572975b6c55e23bb68391acaa8ca141.geocode( { 'address': "4604 14th St NW, Washington, DC 20011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-iglesia-de-dios-la-cosecha').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-iglesia-de-dios-la-cosecha'), mapOptions);}document.getElementById('f4637a38').innerHTML += ' | View Map';var $l5572975b6c55e23bb68391acaa8ca141 = '

Iglesia De Dios La Cosecha

Address: 4604 14th St NW, Washington, DC 20011
Phone: (202) 545-8587
';var m_5572975b6c55e23bb68391acaa8ca141 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iglesia De Dios La Cosecha',});m_5572975b6c55e23bb68391acaa8ca141['infowindow'] = new google.maps.InfoWindow({content: $l5572975b6c55e23bb68391acaa8ca141});var infowindow = new google.maps.InfoWindow({content: $l5572975b6c55e23bb68391acaa8ca141});google.maps.event.addListener(m_5572975b6c55e23bb68391acaa8ca141, 'click', function() {infowindow.open(map,m_5572975b6c55e23bb68391acaa8ca141);});$marker.push(m_5572975b6c55e23bb68391acaa8ca141);}});}google.maps.event.addDomListener(window, 'load', initialize);