	var churchnames = Array();
	var centerpoints = Array();
	var centerzoom = Array();
	var points = Array();
	var heads = Array();
	var htmls = Array();

// CHURCH - Amposta
	churchnames.push('amposta');
	centerpoints.push(new GLatLng(40.711581,0.57513));
	centerzoom.push(12);
	points.push(new GLatLng(40.711581,0.57513));
    heads.push('La Iglesia de Amposta'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/. General Prim, 36<br>Tel: 977 701 375 </div>');

// FINCA - Antequera
	churchnames.push('antequera');
	centerpoints.push(new GLatLng(37.037683,-4.532858));
	centerzoom.push(12);
	points.push(new GLatLng(37.051923,-4.545636));
    heads.push('La Finca de Antequera'); 
    htmls.push('<div class=altext5>LA FINCA<br>Ctra. de Cordoba, Km3<br>Tel: 952 111 068</div>');

// CHURCH - Antequera
	churchnames.push('antequera');
	centerpoints.push(new GLatLng(37.037683,-4.532858));
	centerzoom.push(12);
	points.push(new GLatLng(37.01644,-4.578874));
    heads.push('La Iglesia de Antequera'); 
    htmls.push('<div class=altext5>IGLESIA CRISTIANA EVANGÉLICA<br>C/ Arquitecto Diego de Siloé s/n,<br>Tel: 952 111 068</div>');
	
// CHURCH - Cartagena
	churchnames.push('cartagena');
	centerpoints.push(new GLatLng(37.635331,-1.006279));
	centerzoom.push(12);
	points.push(new GLatLng(37.635331,-1.006279));
    heads.push('La Iglesia de Cartagena'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/ de Conesa Calderón, 62 bajo<br>Tel: 868 095 186 / 607 426 127</div>');

// CHURCH - Fuengirola
	churchnames.push('fuengirola');
	centerpoints.push(new GLatLng(36.573315,-4.610272));
	centerzoom.push(12);
	points.push(new GLatLng(36.573315,-4.610272));
    heads.push('La Iglesia de Fuengirola'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>Hacienda La Venta<br>C/. Pensamiento, s/n<br>Torreblanca<br>Tel: 607 500 475</div>');

// CHURCH - Granada
	churchnames.push('granada');
	centerpoints.push(new GLatLng(37.221179,-3.636796));
	centerzoom.push(12);
	points.push(new GLatLng(37.221179,-3.636796));
    heads.push('La Iglesia de Granada'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/. Capileira, 5<br>Polígono Juncaril<br>Tel: 958 491 463</div>');

// CHURCH - Guadalajara
	churchnames.push('guadalajara');
	centerpoints.push(new GLatLng(40.637461,-3.184147));
	centerzoom.push(12);
	points.push(new GLatLng(40.637461,-3.184147));
    heads.push('La Iglesia de Guadalajara'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/. Camilo Jóse Cela, 52<br>Chopera<br>Tel: 627 403 191</div>');

// CHURCH - Málaga
	churchnames.push('malaga');
	centerpoints.push(new GLatLng(36.719999,-4.357667));
	centerzoom.push(12);
	points.push(new GLatLng(36.719999,-4.357667));
    heads.push('La Iglesia de Málaga'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/. Aguilar y Cano, 10<br>Tel: 952 336 747 / 639 211 548</div>');

// CHURCH - Torremolinos
	churchnames.push('torremolinos');
	centerpoints.push(new GLatLng(36.627269,-4.497324));
	centerzoom.push(12);
	points.push(new GLatLng(36.627269,-4.497324));
    heads.push('La Iglesia de Torremolinos'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>C/. Dr. Gregorio Marańón, 4<br>Tel: 952 622 680</div>');

// CHURCH - Vinarós
	churchnames.push('vinaros');
	centerpoints.push(new GLatLng(40.475085,0.478399));
	centerzoom.push(12);
	points.push(new GLatLng(40.475085,0.478399));
    heads.push('La Iglesia de Vinarós'); 
    htmls.push('<div class=altext5>IGLESIA EVANGÉLICA<br>Av. Tarragona, 17<br>12500 Vinarós<br>Tel: 964 450 718</div>');


