Map of Initiatives

// map options var mapOptions = { //center: new google.maps.LatLng(39.8282, -98.5795), center: new google.maps.LatLng(window.MY_GEOLOCATION.latitude, window.MY_GEOLOCATION.longitude), zoom: 4, mapTypeId: google.maps.MapTypeId.ROADMAP }; // draw map map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions); // create markers // INITIATIVE ID #3183 - 14th Street Y --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.731325) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9832981) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3183] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3183] = new google.maps.InfoWindow({ content: '

14th Street Y

344 East 14th Street, New York, NY 10003, USA
http://www.14StreetY.org
Camille_Diamond@14StreetY.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3183], 'click', function() { if (opened) wins[opened].close(); wins[3183].open(map,initiatives[3183]); opened = 3183; }); // INITIATIVE ID #3184 - Abundance Farm --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3294277) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-72.6416268) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3184] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3184] = new google.maps.InfoWindow({ content: '

Abundance Farm

253 Prospect Street, Northampton, MA 01060, USA
http://www.abundancefarm.org
rabbijacob@abundancefarm.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3184], 'click', function() { if (opened) wins[opened].close(); wins[3184].open(map,initiatives[3184]); opened = 3184; }); // INITIATIVE ID #3187 - Adamah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.9400520) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.3467840) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3187] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3187] = new google.maps.InfoWindow({ content: '

Adamah

116 Johnson Rd, Falls Village, CT, 06031
http://adamah.org
adamah@isabellafreedman.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3187], 'click', function() { if (opened) wins[opened].close(); wins[3187].open(map,initiatives[3187]); opened = 3187; }); // INITIATIVE ID #3189 - Adventure Rabbi --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.9846880) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2281700) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3189] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3189] = new google.maps.InfoWindow({ content: '

Adventure Rabbi

5353 Manhattan Circle Suite #103, Boulder, CO, 80305-5739
http://AdventureRabbi.org
info@adventurerabbi.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3189], 'click', function() { if (opened) wins[opened].close(); wins[3189].open(map,initiatives[3189]); opened = 3189; }); // INITIATIVE ID #3190 - ALEPH Alliance for Jewish Renewal --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0464987) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.1922680) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3190] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Dir.png' } }); wins[3190] = new google.maps.InfoWindow({ content: '

ALEPH Alliance for Jewish Renewal

700 Lincoln Avenue, Philadelphia, PA, 19119-3046
http://www.aleph.org
director@aleph.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3190], 'click', function() { if (opened) wins[opened].close(); wins[3190].open(map,initiatives[3190]); opened = 3190; }); // INITIATIVE ID #3191 - American Conference of Cantors --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.0529637) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-88.0475488) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3191] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Eve.png' } }); wins[3191] = new google.maps.InfoWindow({ content: '

American Conference of Cantors

1375 Remington Road, Schaumburg, IL 60173, USA
http://www.accantors.org
rroth@accantors.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3191], 'click', function() { if (opened) wins[opened].close(); wins[3191].open(map,initiatives[3191]); opened = 3191; }); // INITIATIVE ID #3192 - AMIR --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.7974867) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2774284) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3192] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3192] = new google.maps.InfoWindow({ content: '

AMIR

510 3rd St., Oakland, CA, 94607
http://www.amirproject.org
dmfox@amirproject.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3192], 'click', function() { if (opened) wins[opened].close(); wins[3192].open(map,initiatives[3192]); opened = 3192; }); // INITIATIVE ID #3194 - Baltimore Jewish Environmental Network (BJEN) --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.2903848) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.6121893) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3194] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3194] = new google.maps.InfoWindow({ content: '

Baltimore Jewish Environmental Network (BJEN)

Pearlstone Center, Baltimore, MD, 21208
http://bjen.org
nina.cardin@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3194], 'click', function() { if (opened) wins[opened].close(); wins[3194].open(map,initiatives[3194]); opened = 3194; }); // INITIATIVE ID #3195 - Beit Ahavah Solar Ner Tamid --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3312940) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-72.6746650) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3195] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3195] = new google.maps.InfoWindow({ content: '

Beit Ahavah Solar Ner Tamid

130 Pine Street, Florence, MA, 01062
http://www.beitahavah.org
info@beitahavah.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3195], 'click', function() { if (opened) wins[opened].close(); wins[3195].open(map,initiatives[3195]); opened = 3195; }); // INITIATIVE ID #3197 - Beit Am Sustainability Group --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(44.5619717) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-123.2608574) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3197] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Com.png' } }); wins[3197] = new google.maps.InfoWindow({ content: '

Beit Am Sustainability Group

PO Box 1143, Corvallis, OR, 97339
rabbi@beitam.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3197], 'click', function() { if (opened) wins[opened].close(); wins[3197].open(map,initiatives[3197]); opened = 3197; }); // INITIATIVE ID #3198 - Berkeley Fair-trade Organic Kosher Mishloach Manot --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8660690) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2778170) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3198] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Pro.png' } }); wins[3198] = new google.maps.InfoWindow({ content: '

Berkeley Fair-trade Organic Kosher Mishloach Manot

1630 Bancroft Way, Berkeley, CA, 94703
ganshalommm@gmail.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3198], 'click', function() { if (opened) wins[opened].close(); wins[3198].open(map,initiatives[3198]); opened = 3198; }); // skipped initiative with ID 3200 // INITIATIVE ID #3201 - Beth Chaim Congregation --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8054513) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-121.9449446) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3201] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Dir.png' } }); wins[3201] = new google.maps.InfoWindow({ content: '

Beth Chaim Congregation

1800 Holbrook Dr, Danville, CA, 94506
http://www.bethchaim.com
educator@bethchaim.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3201], 'click', function() { if (opened) wins[opened].close(); wins[3201].open(map,initiatives[3201]); opened = 3201; }); // INITIATIVE ID #3203 - Bolton Street Synagogue --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.3450201) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.6274569) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3203] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3203] = new google.maps.InfoWindow({ content: '

Bolton Street Synagogue

212 W. Cold Spring Lane, Baltimore, MD, 21210
http://www.boltonstreet.org
boltonssyn@aol.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3203], 'click', function() { if (opened) wins[opened].close(); wins[3203].open(map,initiatives[3203]); opened = 3203; }); // INITIATIVE ID #3204 - Boulder JCC --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0397060) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2458370) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3204] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3204] = new google.maps.InfoWindow({ content: '

Boulder JCC

3800 Kalmia Ave, Boulder, CO, 80301
http://www.boulderjcc.org
michael@boulderjcc.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3204], 'click', function() { if (opened) wins[opened].close(); wins[3204].open(map,initiatives[3204]); opened = 3204; }); // INITIATIVE ID #3206 - Boulder Tuv Ha'Aretz --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0130360) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2139960) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3206] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Pro.png' } }); wins[3206] = new google.maps.InfoWindow({ content: '

Boulder Tuv Ha\'Aretz

Congregation Bonai Shalom, Boulder, CO, 80303
boulderjewishcsa@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3206], 'click', function() { if (opened) wins[opened].close(); wins[3206].open(map,initiatives[3206]); opened = 3206; }); // INITIATIVE ID #3207 - Burning Bush Adventures --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.8717929) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.1939430) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3207] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3207] = new google.maps.InfoWindow({ content: '

Burning Bush Adventures

204 Crescent Blvd, Bennington, VT, 05201
http://www.burningbushadventures.com
burningbushadventures@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3207], 'click', function() { if (opened) wins[opened].close(); wins[3207].open(map,initiatives[3207]); opened = 3207; }); // INITIATIVE ID #3209 - Camp Jacobson at Robin Hood --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.8068721) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.5838099) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3209] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Lea.png' } }); wins[3209] = new google.maps.InfoWindow({ content: '

Camp Jacobson at Robin Hood

340 Wheatley Road, Old Westbury, NY, 11568
http://www.campjacobson.com
mkurland@sjjcc.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3209], 'click', function() { if (opened) wins[opened].close(); wins[3209].open(map,initiatives[3209]); opened = 3209; }); // INITIATIVE ID #3210 - Camp JRF --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0873118) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.1515012) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3210] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3210] = new google.maps.InfoWindow({ content: '

Camp JRF

1299 Church Road, Wyncote, PA, 19095
http://www.campjrf.org
isaposnik@rrc.edu

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3210], 'click', function() { if (opened) wins[opened].close(); wins[3210].open(map,initiatives[3210]); opened = 3210; }); // INITIATIVE ID #3211 - Camp Shemesh --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.4242548) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-72.5893501) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3211] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3211] = new google.maps.InfoWindow({ content: '

Camp Shemesh

742 Main Street, Amherst, MA, 01373
http://www.j-c-a.org/shemesh.html
shemeshdirector@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3211], 'click', function() { if (opened) wins[opened].close(); wins[3211].open(map,initiatives[3211]); opened = 3211; }); // INITIATIVE ID #3213 - Camp Tawonga --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.7928800) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.3927301) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3213] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3213] = new google.maps.InfoWindow({ content: '

Camp Tawonga

131 Steuart Street, San Francisco, CA, 94105
http://www.tawonga.org
wilderness@tawonga.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3213], 'click', function() { if (opened) wins[opened].close(); wins[3213].open(map,initiatives[3213]); opened = 3213; }); // INITIATIVE ID #3215 - Canfei Nesharim: Sustainable Living Inspired by Torah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.0499060) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-77.0274880) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3215] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Rea.png' } }); wins[3215] = new google.maps.InfoWindow({ content: '

Canfei Nesharim: Sustainable Living Inspired by Torah

908 Brentwood Lane, Silver Spring, MD, 20902
http://www.canfeinesharim.org
evonne@canfeinesharim.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Ready-made resources
' }); google.maps.event.addListener(initiatives[3215], 'click', function() { if (opened) wins[opened].close(); wins[3215].open(map,initiatives[3215]); opened = 3215; }); // skipped initiative with ID 3217 // INITIATIVE ID #3218 - Carmel Academy --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.0386063) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.6342037) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3218] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3218] = new google.maps.InfoWindow({ content: '

Carmel Academy

270 Lake Ave, Greenwich, CT, 06830
rhonda.ginsberg@carmelacademy.com

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3218], 'click', function() { if (opened) wins[opened].close(); wins[3218].open(map,initiatives[3218]); opened = 3218; }); // skipped initiative with ID 3220 // skipped initiative with ID 3221 // INITIATIVE ID #3222 - Center City CSA --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.9637623) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.1604908) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3222] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Com_Pro.png' } }); wins[3222] = new google.maps.InfoWindow({ content: '

Center City CSA

Rodeph Shalom, Philadelphia, PA, 19123
http://centercitycsa.com
Centercitycsa@gmail.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Communities of Practice
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3222], 'click', function() { if (opened) wins[opened].close(); wins[3222].open(map,initiatives[3222]); opened = 3222; }); // INITIATIVE ID #7143 - Center for Creative Ecology at Kibbutz Lotan --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(29.988263) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(35.086776) + parseFloat(parseFloat(rand_y) / 6000); initiatives[7143] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[7143] = new google.maps.InfoWindow({ content: '

Center for Creative Ecology at Kibbutz Lotan

Lotan, Israel
http://www.kibbutzlotan.com
info@klotan.co.il

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[7143], 'click', function() { if (opened) wins[opened].close(); wins[7143].open(map,initiatives[7143]); opened = 7143; }); // INITIATIVE ID #3223 - Central Synagogue --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7595800) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9705670) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3223] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Com.png' } }); wins[3223] = new google.maps.InfoWindow({ content: '

Central Synagogue

123 East 55th Street, New York, NY, 10022
http://CentralSynagogue.org
Barnstableg@censyn.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3223], 'click', function() { if (opened) wins[opened].close(); wins[3223].open(map,initiatives[3223]); opened = 3223; }); // skipped initiative with ID 3224 // INITIATIVE ID #3225 - Chizuk Amuno Congregation --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.3929343) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.7142540) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3225] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3225] = new google.maps.InfoWindow({ content: '

Chizuk Amuno Congregation

8100 Stevenson Road, Baltimore, MD, 21208
http://www.chizukamuno.org/
mfoss@chizukamuno.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3225], 'click', function() { if (opened) wins[opened].close(); wins[3225].open(map,initiatives[3225]); opened = 3225; }); // INITIATIVE ID #3226 - Coalition on the Environment and Jewish Life (COEJL) --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7421580) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9838259) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3226] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3226] = new google.maps.InfoWindow({ content: '

Coalition on the Environment and Jewish Life (COEJL)

116 East 27th Street, New York, NY, 10016
http://coejl.org
info@coejl.org

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3226], 'click', function() { if (opened) wins[opened].close(); wins[3226].open(map,initiatives[3226]); opened = 3226; }); // INITIATIVE ID #3228 - Congregation Ahavas Israel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.9699667) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-85.6012998) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3228] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3228] = new google.maps.InfoWindow({ content: '

Congregation Ahavas Israel

2727 Michigan St. NE, Grand Rapids, MI, 49506
http://ahavasisraelgr.org
Rabbi@AhavasIsraelGR.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3228], 'click', function() { if (opened) wins[opened].close(); wins[3228].open(map,initiatives[3228]); opened = 3228; }); // INITIATIVE ID #3229 - Congregation Anshe Sfard Kehillat Torah - Kehillat Haganat Ha’Svivah (Green Committee) --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(43.1395008) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-87.9325213) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3229] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Dir.png' } }); wins[3229] = new google.maps.InfoWindow({ content: '

Congregation Anshe Sfard Kehillat Torah - Kehillat Haganat Ha’Svivah (Green Committee)

6717 N. Green Bay Ave., Milwaukee, WI, 53209
dweber@uwm.edu

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3229], 'click', function() { if (opened) wins[opened].close(); wins[3229].open(map,initiatives[3229]); opened = 3229; }); // INITIATIVE ID #3230 - Congregation Beth El --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8841090) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2669710) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3230] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3230] = new google.maps.InfoWindow({ content: '

Congregation Beth El

1301 Oxford Ave, Berkeley, CA, 94709
debra@bethelberkeley.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3230], 'click', function() { if (opened) wins[opened].close(); wins[3230].open(map,initiatives[3230]); opened = 3230; }); // skipped initiative with ID 3231 // skipped initiative with ID 3232 // INITIATIVE ID #3233 - Congregation Bonai Shalom Green Team --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0130360) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2139960) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3233] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Com.png' } }); wins[3233] = new google.maps.InfoWindow({ content: '

Congregation Bonai Shalom Green Team

1527 Cherryvale Rd, Boulder, CO, 80301
debbie@thegarelicks.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3233], 'click', function() { if (opened) wins[opened].close(); wins[3233].open(map,initiatives[3233]); opened = 3233; }); // INITIATIVE ID #3234 - Congregation M'kor Shalom --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.8735260) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.9309330) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3234] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Dir.png' } }); wins[3234] = new google.maps.InfoWindow({ content: '

Congregation M\'kor Shalom

850 Evesham Road, Cherry Hill, NJ, 08003
http://www.mkorshalom.org
martinschwartz@mkorshalom.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3234], 'click', function() { if (opened) wins[opened].close(); wins[3234].open(map,initiatives[3234]); opened = 3234; }); // skipped initiative with ID 3236 // skipped initiative with ID 3237 // skipped initiative with ID 3238 // skipped initiative with ID 3389 // skipped initiative with ID 3239 // INITIATIVE ID #3241 - EcoJews of the Bay --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.7485824) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.4184108) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3241] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3241] = new google.maps.InfoWindow({ content: '

EcoJews of the Bay

San Francisco, San Francisco, CA, 94110
http://www.ecojews.org
info@ecojews.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3241], 'click', function() { if (opened) wins[opened].close(); wins[3241].open(map,initiatives[3241]); opened = 3241; }); // INITIATIVE ID #3243 - Eden Gardens Garden --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.4126014) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-82.9874177) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3243] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3243] = new google.maps.InfoWindow({ content: '

Eden Gardens Garden

12301 Glenfield, Detroit, MI, 48213
http://www.edengardensblockclub.com/About-Us.html
Chavabatavbraham@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3243], 'click', function() { if (opened) wins[opened].close(); wins[3243].open(map,initiatives[3243]); opened = 3243; }); // INITIATIVE ID #3244 - Eden Village Camp --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.4124333) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.8646143) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3244] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3244] = new google.maps.InfoWindow({ content: '

Eden Village Camp

392 Dennytown Rd, Putnam Valley, NY, 10579
http://www.edenvillagecamp.org
yoni@edenvillagecamp.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3244], 'click', function() { if (opened) wins[opened].close(); wins[3244].open(map,initiatives[3244]); opened = 3244; }); // INITIATIVE ID #3246 - Ekar Farm --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.7105830) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-104.9065420) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3246] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3246] = new google.maps.InfoWindow({ content: '

Ekar Farm

181 South Oneida, Denver, CO, 80224
http://ekarfarm.org
aaron@ekarfarm.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3246], 'click', function() { if (opened) wins[opened].close(); wins[3246].open(map,initiatives[3246]); opened = 3246; }); // skipped initiative with ID 3248 // INITIATIVE ID #3249 - Ethical Foods Co-op at the J --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(29.6743123) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-95.4844942) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3249] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Com_Dir.png' } }); wins[3249] = new google.maps.InfoWindow({ content: '

Ethical Foods Co-op at the J

5601 South Braeswood Boulevard, Houston, TX 77096, USA
http://www.erjcchouston.org
ssafran@erjcchouston.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3249], 'click', function() { if (opened) wins[opened].close(); wins[3249].open(map,initiatives[3249]); opened = 3249; }); // INITIATIVE ID #3254 - Faith2Green --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.0213410) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.4048178) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3254] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3254] = new google.maps.InfoWindow({ content: '

Faith2Green

3751 Motor Avenue, Los Angeles, CA, 90034
http://www.Faith2Green.com
f2g@Faith2Green.com

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3254], 'click', function() { if (opened) wins[opened].close(); wins[3254].open(map,initiatives[3254]); opened = 3254; }); // INITIATIVE ID #3255 - Farm to Shul Team at the Moishe Kavod House --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3379813) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-71.1353068) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3255] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Adv_Com.png' } }); wins[3255] = new google.maps.InfoWindow({ content: '

Farm to Shul Team at the Moishe Kavod House

165 Winthrop Road Apt. B, Brookline, MA, 02445
helen@kavodhouse.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3255], 'click', function() { if (opened) wins[opened].close(); wins[3255].open(map,initiatives[3255]); opened = 3255; }); // INITIATIVE ID #3257 - Farmer Freed --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(36.9719555) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.0241592) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3257] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Pro.png' } }); wins[3257] = new google.maps.InfoWindow({ content: '

Farmer Freed

504A Front Street, Santa Cruz, CA 95060, USA
http://www.farmerfreed.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3257], 'click', function() { if (opened) wins[opened].close(); wins[3257].open(map,initiatives[3257]); opened = 3257; }); // skipped initiative with ID 3259 // INITIATIVE ID #3260 - Flemington Jewish Community Center Hebrew School --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.5027404) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.8710894) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3260] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3260] = new google.maps.InfoWindow({ content: '

Flemington Jewish Community Center Hebrew School

5 Seargentsville Road, Flemington, NJ, 08822
kwalsh@flemingtonjcc.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3260], 'click', function() { if (opened) wins[opened].close(); wins[3260].open(map,initiatives[3260]); opened = 3260; }); // skipped initiative with ID 3261 // skipped initiative with ID 3263 // INITIATIVE ID #3265 - Gan Mishkan --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.9984620) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.8819310) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3265] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Dir.png' } }); wins[3265] = new google.maps.InfoWindow({ content: '

Gan Mishkan

10 Ridge Road, Greenbelt, MD, 20770
http://www.mishkantorah.org
rebecca.lemus@gmail.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3265], 'click', function() { if (opened) wins[opened].close(); wins[3265].open(map,initiatives[3265]); opened = 3265; }); // INITIATIVE ID #3266 - Ganei Beantown --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.319469) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-71.1099581) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3266] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3266] = new google.maps.InfoWindow({ content: '

Ganei Beantown

Oakview Terrace, Jamaica Plain, MA 02130, USA
http://www.beantownjewishgardens.org
leora@beantownjewishgardens.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3266], 'click', function() { if (opened) wins[opened].close(); wins[3266].open(map,initiatives[3266]); opened = 3266; }); // INITIATIVE ID #3268 - Gesher Green --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.8391490) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-77.3479020) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3268] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3268] = new google.maps.InfoWindow({ content: '

Gesher Green

4800 Mattie Moore Court, Fairfax, VA, 22031
mtonti@gesher-jds.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3268], 'click', function() { if (opened) wins[opened].close(); wins[3268].open(map,initiatives[3268]); opened = 3268; }); // skipped initiative with ID 3269 // skipped initiative with ID 3270 // INITIATIVE ID #3272 - Green Hevra --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.742158) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9838259) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3272] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Fie.png' } }); wins[3272] = new google.maps.InfoWindow({ content: '

Green Hevra

116 East 27th Street, New York, NY 10016, USA
http://www.greenhevra.com
ssanchez@coejl.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3272], 'click', function() { if (opened) wins[opened].close(); wins[3272].open(map,initiatives[3272]); opened = 3272; }); // INITIATIVE ID #3273 - Green Team - String of Pearls Reconstructionist Synagogue of Princeton, NJ --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.3704650) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.6591590) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3273] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Dir.png' } }); wins[3273] = new google.maps.InfoWindow({ content: '

Green Team - String of Pearls Reconstructionist Synagogue of Princeton, NJ

601 Ewing St. Suite A11, Princeton, NJ 08540, Princeton, NJ, 08540
http://stringofpearlsweb.org/content/
reluctantly@verizon.net

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3273], 'click', function() { if (opened) wins[opened].close(); wins[3273].open(map,initiatives[3273]); opened = 3273; }); // INITIATIVE ID #3274 - Green Zionist Alliance: The Grassroots Campaign for a Sustainable Israel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7143528) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0059731) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3274] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3274] = new google.maps.InfoWindow({ content: '

Green Zionist Alliance: The Grassroots Campaign for a Sustainable Israel

PO Box 30006, New York, NY, 10011
http://www.greenzionism.org
info@greenzionism.org

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3274], 'click', function() { if (opened) wins[opened].close(); wins[3274].open(map,initiatives[3274]); opened = 3274; }); // INITIATIVE ID #3276 - GreenFaith --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.4977326) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.4273896) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3276] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Lea.png' } }); wins[3276] = new google.maps.InfoWindow({ content: '

GreenFaith

101 South Third Ave., Highland Park, NJ, 08904
http://www.greenfaith.org
revfharper@greenfaith.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3276], 'click', function() { if (opened) wins[opened].close(); wins[3276].open(map,initiatives[3276]); opened = 3276; }); // skipped initiative with ID 3277 // INITIATIVE ID #3278 - Grow and Behold Foods --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.6744756) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0143539) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3278] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Pro.png' } }); wins[3278] = new google.maps.InfoWindow({ content: '

Grow and Behold Foods

110 Beard Street, Brooklyn, NY, 11231
http://www.growandbehold.com
info@growandbehold.com

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3278], 'click', function() { if (opened) wins[opened].close(); wins[3278].open(map,initiatives[3278]); opened = 3278; }); // INITIATIVE ID #3279 - Hazon --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7065753) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0064639) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3279] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Eve.png' } }); wins[3279] = new google.maps.InfoWindow({ content: '

Hazon

125 Maiden Lane, New York, NY, 10038
http://hazon.org
judith.belasco@hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3279], 'click', function() { if (opened) wins[opened].close(); wins[3279].open(map,initiatives[3279]); opened = 3279; }); // INITIATIVE ID #3281 - Hazon Bay Area --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.7932018) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.3924432) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3281] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Eve.png' } }); wins[3281] = new google.maps.InfoWindow({ content: '

Hazon Bay Area

121 Steuart Street, San Francisco, CA 94105, USA
http://www.hazon.org
drisana.davis@hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3281], 'click', function() { if (opened) wins[opened].close(); wins[3281].open(map,initiatives[3281]); opened = 3281; }); // INITIATIVE ID #3283 - Hazon Colorado --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.9992016) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.0932021) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3283] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Rea.png' } }); wins[3283] = new google.maps.InfoWindow({ content: '

Hazon Colorado

306 W. Geneseo St., Lafayette, CO, 80026
http://www.hazon.org/Colorado
Colorado@Hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Ready-made resources
' }); google.maps.event.addListener(initiatives[3283], 'click', function() { if (opened) wins[opened].close(); wins[3283].open(map,initiatives[3283]); opened = 3283; }); // INITIATIVE ID #3285 - Hazon CSA at the Kaplen JCC on the Palisades --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.9107720) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9449830) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3285] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Com_Pro.png' } }); wins[3285] = new google.maps.InfoWindow({ content: '

Hazon CSA at the Kaplen JCC on the Palisades

411 East Clinton Avenue, Tenafly, NJ, 07670
http://www.jccotp.org
rrosenfeld@jccotp.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Communities of Practice
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3285], 'click', function() { if (opened) wins[opened].close(); wins[3285].open(map,initiatives[3285]); opened = 3285; }); // skipped initiative with ID 3286 // skipped initiative with ID 3287 // INITIATIVE ID #3288 - InTheGardens --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.8991924) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-87.8435518) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3288] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3288] = new google.maps.InfoWindow({ content: '

InTheGardens

1221 Lee Avenue, Melrose Park, IL, 60160
http://inthegardens.org
rabbidamsky@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3288], 'click', function() { if (opened) wins[opened].close(); wins[3288].open(map,initiatives[3288]); opened = 3288; }); // INITIATIVE ID #3289 - Isaac Mayer Wise Academy Eco-Village at the URJ Greene Family Camp --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(31.3333132) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-97.2582453) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3289] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3289] = new google.maps.InfoWindow({ content: '

Isaac Mayer Wise Academy Eco-Village at the URJ Greene Family Camp

1192 Smith Lane, Bruceville, TX, 76630
http://www.greene.org
abonnheim@urj.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3289], 'click', function() { if (opened) wins[opened].close(); wins[3289].open(map,initiatives[3289]); opened = 3289; }); // INITIATIVE ID #3290 - Isabella Freedman Campus of Hazon --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.9400683) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.3473229) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3290] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Eve.png' } }); wins[3290] = new google.maps.InfoWindow({ content: '

Isabella Freedman Campus of Hazon

116 Johnson Road, Falls Village, CT, 06031
http://www.hazon.org
david.weisberg@hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3290], 'click', function() { if (opened) wins[opened].close(); wins[3290].open(map,initiatives[3290]); opened = 3290; }); // skipped initiative with ID 3292 // skipped initiative with ID 3294 // INITIATIVE ID #7138 - Israel Permaculture Organization --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(31.046051) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(34.851612) + parseFloat(parseFloat(rand_y) / 6000); initiatives[7138] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Eve.png' } }); wins[7138] = new google.maps.InfoWindow({ content: '

Israel Permaculture Organization

Israel
http://www.permacultureisrael.org/
permacultureisrael@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Events
' }); google.maps.event.addListener(initiatives[7138], 'click', function() { if (opened) wins[opened].close(); wins[7138].open(map,initiatives[7138]); opened = 7138; }); // skipped initiative with ID 3296 // skipped initiative with ID 3297 // INITIATIVE ID #3299 - J.E.N.E Fellowship/ Helping Hands Garden --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.2618069) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.7151925) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3299] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Lea.png' } }); wins[3299] = new google.maps.InfoWindow({ content: '

J.E.N.E Fellowship/ Helping Hands Garden

American Jewish University, simi valley, CA, 93064
agoldman@ajula.edu

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3299], 'click', function() { if (opened) wins[opened].close(); wins[3299].open(map,initiatives[3299]); opened = 3299; }); // skipped initiative with ID 3300 // skipped initiative with ID 3301 // skipped initiative with ID 3302 // INITIATIVE ID #3303 - JCC of Staten Island --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.594799) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.1263681) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3303] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Com.png' } }); wins[3303] = new google.maps.InfoWindow({ content: '

JCC of Staten Island

1466 Manor Road, Staten Island, NY 10314, USA
http://sijcc.org
jrich@sijcc.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3303], 'click', function() { if (opened) wins[opened].close(); wins[3303].open(map,initiatives[3303]); opened = 3303; }); // INITIATIVE ID #3305 - JCC on the Hudson --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.0621068) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.8631298) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3305] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3305] = new google.maps.InfoWindow({ content: '

JCC on the Hudson

371 South Broadway, Tarrytown, NY, 10591-
http://www.jcconthehudson.org
lfeinman@jcconthehudson.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3305], 'click', function() { if (opened) wins[opened].close(); wins[3305].open(map,initiatives[3305]); opened = 3305; }); // INITIATIVE ID #7623 - JECO - Jewish Ecological Coalition --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(-37.814107) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(144.96328) + parseFloat(parseFloat(rand_y) / 6000); initiatives[7623] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Eve.png' } }); wins[7623] = new google.maps.InfoWindow({ content: '

JECO - Jewish Ecological Coalition

c/- BBVic, 306 Hawthorn Rd, Caulfield South 3162
http://www.jeco.org.au

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Events
' }); google.maps.event.addListener(initiatives[7623], 'click', function() { if (opened) wins[opened].close(); wins[7623].open(map,initiatives[7623]); opened = 7623; }); // skipped initiative with ID 3307 // INITIATIVE ID #3308 - Jewcology Team --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7127837) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0059413) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3308] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Fie.png' } }); wins[3308] = new google.maps.InfoWindow({ content: '

Jewcology Team

New York, NY, USA
http://www.jewcology.org
info@jewcology.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3308], 'click', function() { if (opened) wins[opened].close(); wins[3308].open(map,initiatives[3308]); opened = 3308; }); // skipped initiative with ID 9266 // INITIATIVE ID #3310 - Jewish Community Centers of North America --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7535985) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9919802) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3310] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[3310] = new google.maps.InfoWindow({ content: '

Jewish Community Centers of North America

520 Eighth Avenue, New York, NY, 10018
http://jcca.org
barbara@jcca.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3310], 'click', function() { if (opened) wins[opened].close(); wins[3310].open(map,initiatives[3310]); opened = 3310; }); // skipped initiative with ID 12991 // INITIATIVE ID #3311 - Jewish Eco Seminars --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8795975) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.072507) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3311] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3311] = new google.maps.InfoWindow({ content: '

Jewish Eco Seminars

1853 Late Horizon Place, Walnut Creek, CA 94595, USA
http://www.jewishecoseminars.com
yneril@jewishecoseminars.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3311], 'click', function() { if (opened) wins[opened].close(); wins[3311].open(map,initiatives[3311]); opened = 3311; }); // INITIATIVE ID #3313 - Jewish Environmental Initiative, a committee of the JCRC of Saint Louis --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.6849464) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-90.4071764) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3313] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3313] = new google.maps.InfoWindow({ content: '

Jewish Environmental Initiative, a committee of the JCRC of Saint Louis

12 Millstone Campus Drive, Saint Louis, MO, 63124
http://www.jcrcstl.org/jei.php#two
gwechsler@jcrcstl.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3313], 'click', function() { if (opened) wins[opened].close(); wins[3313].open(map,initiatives[3313]); opened = 3313; }); // INITIATIVE ID #3315 - Jewish Farm School --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.949819) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.223791) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3315] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[3315] = new google.maps.InfoWindow({ content: '

Jewish Farm School

5020 Cedar Avenue, Philadelphia, PA 19143, USA
http://www.jewishfarmschool.org
info@jewishfarmschool.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3315], 'click', function() { if (opened) wins[opened].close(); wins[3315].open(map,initiatives[3315]); opened = 3315; }); // INITIATIVE ID #3317 - Jewish Food Justice Fellowship --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(33.0567713) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-117.2854505) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3317] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Lea.png' } }); wins[3317] = new google.maps.InfoWindow({ content: '

Jewish Food Justice Fellowship

441 Saxony Drive, Encinitas, CA, 92024
http://www.jewishfoodjustice.org
jewishfoodjustice@leichtag.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3317], 'click', function() { if (opened) wins[opened].close(); wins[3317].open(map,initiatives[3317]); opened = 3317; }); // INITIATIVE ID #3319 - Jewish Greening Fellowship --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7067018) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0064455) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3319] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Fie.png' } }); wins[3319] = new google.maps.InfoWindow({ content: '

Jewish Greening Fellowship

125 Maiden Lane 8B, New York , NY, 10038
http://hazon.org/jgf
jgf@hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3319], 'click', function() { if (opened) wins[opened].close(); wins[3319].open(map,initiatives[3319]); opened = 3319; }); // skipped initiative with ID 3321 // INITIATIVE ID #3322 - Jewish Trail --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7477726) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9998854) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3322] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3322] = new google.maps.InfoWindow({ content: '

Jewish Trail

365 West 25th Street , New York, NY, 10001
marie.parham@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3322], 'click', function() { if (opened) wins[opened].close(); wins[3322].open(map,initiatives[3322]); opened = 3322; }); // INITIATIVE ID #3324 - Jewish Vegetarians of North America --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.429587) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-79.866425) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3324] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Rea.png' } }); wins[3324] = new google.maps.InfoWindow({ content: '

Jewish Vegetarians of North America

9 Hawthorne Road, Pittsburgh, PA 15221, USA
http://www.jewishveg.com
jcohan@jewishveg.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Ready-made resources
' }); google.maps.event.addListener(initiatives[3324], 'click', function() { if (opened) wins[opened].close(); wins[3324].open(map,initiatives[3324]); opened = 3324; }); // INITIATIVE ID #3326 - Jews Against Hydrofracking --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.771154) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9600181) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3326] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3326] = new google.maps.InfoWindow({ content: '

Jews Against Hydrofracking


http://jewsagainsthydrofracking.org
mirele@markergoldsmith.com

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3326], 'click', function() { if (opened) wins[opened].close(); wins[3326].open(map,initiatives[3326]); opened = 3326; }); // INITIATIVE ID #3327 - Jews Of The Earth --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.9800700) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2481830) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3327] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Eve.png' } }); wins[3327] = new google.maps.InfoWindow({ content: '

Jews Of The Earth

3995 Darley Ave, Boulder , CO, 80305
http://jote.org
ziskin@jote.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3327], 'click', function() { if (opened) wins[opened].close(); wins[3327].open(map,initiatives[3327]); opened = 3327; }); // INITIATIVE ID #3329 - JFarm - University of Maryland Hillel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.9828237) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.9485158) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3329] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Dir.png' } }); wins[3329] = new google.maps.InfoWindow({ content: '

JFarm - University of Maryland Hillel

Maryland Hillel, College Park, MD, 20740
aweiss@marylandhillel.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3329], 'click', function() { if (opened) wins[opened].close(); wins[3329].open(map,initiatives[3329]); opened = 3329; }); // INITIATIVE ID #3330 - Kayam: Sustainability Initiative --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3838950) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-72.5216210) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3330] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Com_Dir.png' } }); wins[3330] = new google.maps.InfoWindow({ content: '

Kayam: Sustainability Initiative

388 North Pleasant Street, Amherst, MA, 01002
http://https://www.facebook.com/groups/174566942619448/?fref=ts
sengelbo@umass.edu

Scale of Focus
Committee or Team within an Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3330], 'click', function() { if (opened) wins[opened].close(); wins[3330].open(map,initiatives[3330]); opened = 3330; }); // INITIATIVE ID #3331 - Kayamut: Silver Spring Sustainability Circle --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.0487390) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-77.0293800) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3331] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Edu_Dir.png' } }); wins[3331] = new google.maps.InfoWindow({ content: '

Kayamut: Silver Spring Sustainability Circle

11703 Monticello Avenue, Silver Spring, MD, 20902
http://www.jewcology.org/community/Silver-Spring-Sustainability-Circle
evonne.marzouk@verizon.net

Scale of Focus
Committee or Team within an Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3331], 'click', function() { if (opened) wins[opened].close(); wins[3331].open(map,initiatives[3331]); opened = 3331; }); // skipped initiative with ID 3332 // skipped initiative with ID 3333 // INITIATIVE ID #3335 - Ma'yan Tikvah - A Wellspring of Hope --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.342922) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-71.3669309) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3335] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3335] = new google.maps.InfoWindow({ content: '

Ma\'yan Tikvah - A Wellspring of Hope

237 Old Connecticut Path, Wayland, MA 01778, USA
http://www.mayantikvah.org
rabbi@mayantikvah.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3335], 'click', function() { if (opened) wins[opened].close(); wins[3335].open(map,initiatives[3335]); opened = 3335; }); // skipped initiative with ID 3337 // skipped initiative with ID 3338 // INITIATIVE ID #3339 - Mitsui Design --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7002922) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9300783) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3339] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Fie.png' } }); wins[3339] = new google.maps.InfoWindow({ content: '

Mitsui Design

146 Jefferson Street, Brooklyn, NY 11206, USA
http://www.mitsuidesign.org
mitsuidesign@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3339], 'click', function() { if (opened) wins[opened].close(); wins[3339].open(map,initiatives[3339]); opened = 3339; }); // INITIATIVE ID #3382 - Mount Eden Ecovillage --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7427679) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.0043239) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3382] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Fie.png' } }); wins[3382] = new google.maps.InfoWindow({ content: '

Mount Eden Ecovillage

56 Mill Pond Road, Washington, NJ 07882, USA
http://www.mountedenecovillage.org
stevewelzer@msn.com

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3382], 'click', function() { if (opened) wins[opened].close(); wins[3382].open(map,initiatives[3382]); opened = 3382; }); // skipped initiative with ID 3341 // INITIATIVE ID #3343 - Nature Heritage --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(52.4927730) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(13.2750657) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3343] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Com.png' } }); wins[3343] = new google.maps.InfoWindow({ content: '

Nature Heritage

Trabener str 56, Berlin, Berlin, D14193, Germany
http://www.natureheritage.org
daniela@natureheritage.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3343], 'click', function() { if (opened) wins[opened].close(); wins[3343].open(map,initiatives[3343]); opened = 3343; }); // INITIATIVE ID #3345 - neohasid.org --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3270860) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-72.6366660) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3345] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3345] = new google.maps.InfoWindow({ content: '

neohasid.org

19 Perkins Ave. #6, Northampton, MA, 01060
http://neohasid.org
rebduvid86@gmail.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3345], 'click', function() { if (opened) wins[opened].close(); wins[3345].open(map,initiatives[3345]); opened = 3345; }); // INITIATIVE ID #3346 - Netiya --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.160935) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.429177) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3346] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Fie.png' } }); wins[3346] = new google.maps.InfoWindow({ content: '

Netiya

13600 Addison Street, Sherman Oaks, CA 91423, USA
http://www.netiya.org
devorah.brous@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3346], 'click', function() { if (opened) wins[opened].close(); wins[3346].open(map,initiatives[3346]); opened = 3346; }); // skipped initiative with ID 3387 // INITIATIVE ID #3349 - Organic Torah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.3513897) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-71.2141782) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3349] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3349] = new google.maps.InfoWindow({ content: '

Organic Torah

81 Brookside Ave, Newtonville, MA, 02460
http://organictorah.org/
natan@organictorah.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3349], 'click', function() { if (opened) wins[opened].close(); wins[3349].open(map,initiatives[3349]); opened = 3349; }); // INITIATIVE ID #8157 - Outdoor Jewish Adventures --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(45.509265) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.608058) + parseFloat(parseFloat(rand_y) / 6000); initiatives[8157] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[8157] = new google.maps.InfoWindow({ content: '

Outdoor Jewish Adventures

1849 SE 54th Ave, Portland, OR 97215, USA
http://www.outdoorjewish.com
josh@lakeeducation.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[8157], 'click', function() { if (opened) wins[opened].close(); wins[8157].open(map,initiatives[8157]); opened = 8157; }); // INITIATIVE ID #3351 - Pearlstone Center --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.5180351) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.8460721) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3351] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Dir.png' } }); wins[3351] = new google.maps.InfoWindow({ content: '

Pearlstone Center

5425 Mt. Gilead Rd, Reisterstown, MD, 21136, USA
http://www.pearlstonecenter.org
jakir@pearlstonecenter.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3351], 'click', function() { if (opened) wins[opened].close(); wins[3351].open(map,initiatives[3351]); opened = 3351; }); // INITIATIVE ID #3353 - Pri HaEmek/ Bounty of the Valley CSA --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.6887050) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9086172) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3353] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Pro.png' } }); wins[3353] = new google.maps.InfoWindow({ content: '

Pri HaEmek/ Bounty of the Valley CSA

118 S Grand Ave, Poughkeepsie, NY, 12603
http://www.bountyofthevalley.org/
rabbineal@gmail.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3353], 'click', function() { if (opened) wins[opened].close(); wins[3353].open(map,initiatives[3353]); opened = 3353; }); // INITIATIVE ID #3354 - Pushing the Envelope Farm --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.8890071) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-88.2724946) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3354] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3354] = new google.maps.InfoWindow({ content: '

Pushing the Envelope Farm

1700 Averill Rd, Geneva, IL 60134, USA
http://www.pushingtheenvelopefarm.com/
GenevaFarm@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3354], 'click', function() { if (opened) wins[opened].close(); wins[3354].open(map,initiatives[3354]); opened = 3354; }); // skipped initiative with ID 3356 // INITIATIVE ID #3357 - Rabbinical Assembly --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.8120268) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9605882) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3357] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3357] = new google.maps.InfoWindow({ content: '

Rabbinical Assembly

3080 Broadway, New York, NY, 10027
http://www.rabbinicalassembly.org
clevithan@rabbinicalassembly.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3357], 'click', function() { if (opened) wins[opened].close(); wins[3357].open(map,initiatives[3357]); opened = 3357; }); // skipped initiative with ID 3359 // INITIATIVE ID #3361 - Ramah in the Rockies --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.7109264) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-104.9308882) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3361] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3361] = new google.maps.InfoWindow({ content: '

Ramah in the Rockies

300 South Dahlia Street, Denver, CO 80246, USA
http://www.ramahoutdoors.org
info@ramahoutdoors.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3361], 'click', function() { if (opened) wins[opened].close(); wins[3361].open(map,initiatives[3361]); opened = 3361; }); // INITIATIVE ID #3363 - Reconstructionist Rabbinical College --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0872985) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.1515022) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3363] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3363] = new google.maps.InfoWindow({ content: '

Reconstructionist Rabbinical College

1299 Church Rd, Wyncote, PA, 19095
http://www.rrc.edu
Mliebling@rrc.edu

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3363], 'click', function() { if (opened) wins[opened].close(); wins[3363].open(map,initiatives[3363]); opened = 3363; }); // skipped initiative with ID 3364 // INITIATIVE ID #7474 - ReJews Recycling and Solar --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.61957) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.963449) + parseFloat(parseFloat(rand_y) / 6000); initiatives[7474] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Com.png' } }); wins[7474] = new google.maps.InfoWindow({ content: '

ReJews Recycling and Solar

1216 E 12th St, Brooklyn, NY 11230, USA
http://www.ReJews.org
Henry@ReJews.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[7474], 'click', function() { if (opened) wins[opened].close(); wins[7474].open(map,initiatives[7474]); opened = 7474; }); // INITIATIVE ID #3366 - Religious Action Center of Reform Judaism --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.910935) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-77.046332) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3366] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[3366] = new google.maps.InfoWindow({ content: '

Religious Action Center of Reform Judaism

2027 Massachusetts Avenue Northwest, Washington, DC 20036, USA
http://www.rac.org
lrechtman@rac.org

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3366], 'click', function() { if (opened) wins[opened].close(); wins[3366].open(map,initiatives[3366]); opened = 3366; }); // INITIATIVE ID #3368 - Riverdale Jewish Center Green Team --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.8879938) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9126774) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3368] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Rea.png' } }); wins[3368] = new google.maps.InfoWindow({ content: '

Riverdale Jewish Center Green Team

Riverdale Jewish Center, Bronx, NY, 10463
jesshaller@yahoo.com

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Ready-made resources
' }); google.maps.event.addListener(initiatives[3368], 'click', function() { if (opened) wins[opened].close(); wins[3368].open(map,initiatives[3368]); opened = 3368; }); // INITIATIVE ID #3369 - Riverdale Y --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.9051966) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9081062) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3369] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3369] = new google.maps.InfoWindow({ content: '

Riverdale Y

5625 Arlington Avenue, Bronx, NY, 10471
http://www.riverdaley.org
mmichael@riverdaley.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3369], 'click', function() { if (opened) wins[opened].close(); wins[3369].open(map,initiatives[3369]); opened = 3369; }); // INITIATIVE ID #3370 - Rosenthal JCC of Northern Westchester --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.1311038) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.7571996) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3370] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3370] = new google.maps.InfoWindow({ content: '

Rosenthal JCC of Northern Westchester

600 Bear Ridge Rd., Pleasantville, NY, 10570
http://www.rosenthaljcc.org
sandy@rosenthaljcc.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3370], 'click', function() { if (opened) wins[opened].close(); wins[3370].open(map,initiatives[3370]); opened = 3370; }); // INITIATIVE ID #3371 - Ruach Ha'Aretz --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0207871) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.0857356) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3371] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Eve.png' } }); wins[3371] = new google.maps.InfoWindow({ content: '

Ruach Ha\'Aretz

1612 Holeman Drive, Erie, CO, 80516
http://www.ruachhaaretz.com
info@ruachhaaretz.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Events
' }); google.maps.event.addListener(initiatives[3371], 'click', function() { if (opened) wins[opened].close(); wins[3371].open(map,initiatives[3371]); opened = 3371; }); // skipped initiative with ID 3373 // INITIATIVE ID #3375 - Sephardic Community Center --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.6023190) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9655200) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3375] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Dir.png' } }); wins[3375] = new google.maps.InfoWindow({ content: '

Sephardic Community Center

1901 Ocean Parkway, Brooklyn, NY, 11223
http://scclive.org
Linda@scclive.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3375], 'click', function() { if (opened) wins[opened].close(); wins[3375].open(map,initiatives[3375]); opened = 3375; }); // INITIATIVE ID #6621 - Shomrei Breishit: Rabbis and Cantors For the Earth --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.8932469) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0116536) + parseFloat(parseFloat(rand_y) / 6000); initiatives[6621] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Com.png' } }); wins[6621] = new google.maps.InfoWindow({ content: '

Shomrei Breishit: Rabbis and Cantors For the Earth

Teaneck, NJ, USA
http://www.aytzim.org/rce
rabbilawrence@aytzim.org

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[6621], 'click', function() { if (opened) wins[opened].close(); wins[6621].open(map,initiatives[6621]); opened = 6621; }); // skipped initiative with ID 3376 // INITIATIVE ID #3377 - Shoresh Jewish Environmental Programs --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(43.6876999) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-79.4369406) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3377] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3377] = new google.maps.InfoWindow({ content: '

Shoresh Jewish Environmental Programs

132 Cedric Avenue, York, ON M6C 3X8, Canada
http://www.shoresh.ca
sabrina@shoresh.ca

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3377], 'click', function() { if (opened) wins[opened].close(); wins[3377].open(map,initiatives[3377]); opened = 3377; }); // INITIATIVE ID #3379 - Sid Jacobson JCC --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.804996) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.6380049) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3379] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3379] = new google.maps.InfoWindow({ content: '

Sid Jacobson JCC

300 Forest Drive, Greenvale, NY 11548, USA
http://www.sjjcc.org
lzerbarini@sjjcc.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3379], 'click', function() { if (opened) wins[opened].close(); wins[3379].open(map,initiatives[3379]); opened = 3379; }); // skipped initiative with ID 3380 // skipped initiative with ID 3381 // INITIATIVE ID #3383 - Suffolk Y JCC --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.8292200) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.3033410) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3383] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Com.png' } }); wins[3383] = new google.maps.InfoWindow({ content: '

Suffolk Y JCC

74 happauge rd, commack, NY, 11725
szlochower@syjcc.org

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3383], 'click', function() { if (opened) wins[opened].close(); wins[3383].open(map,initiatives[3383]); opened = 3383; }); // INITIATIVE ID #3384 - Surprise Lake Camp --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7467759) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9931550) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3384] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3384] = new google.maps.InfoWindow({ content: '

Surprise Lake Camp

307 7th Avenue - Suite 900, New York, NY, 10001
http://www.surpriselake.org
celia@surpriselake.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3384], 'click', function() { if (opened) wins[opened].close(); wins[3384].open(map,initiatives[3384]); opened = 3384; }); // INITIATIVE ID #8516 - Sustainable Skoolie Adventure --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0149856) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.2705456) + parseFloat(parseFloat(rand_y) / 6000); initiatives[8516] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[8516] = new google.maps.InfoWindow({ content: '

Sustainable Skoolie Adventure

Boulder, CO, USA
http://www.SustainableSkoolieAdventure.com
hello@sustainableskoolieadventure.com

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[8516], 'click', function() { if (opened) wins[opened].close(); wins[8516].open(map,initiatives[8516]); opened = 8516; }); // skipped initiative with ID 3386 // INITIATIVE ID #3390 - Temple Beth Israel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(44.0260536) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-123.0756068) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3390] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3390] = new google.maps.InfoWindow({ content: '

Temple Beth Israel

1175 East 29th Avenue, Eugene, OR 97403, USA
http://www.tbieugene.org
nina@tbieugene.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3390], 'click', function() { if (opened) wins[opened].close(); wins[3390].open(map,initiatives[3390]); opened = 3390; }); // INITIATIVE ID #3391 - Temple Beth Shalom --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(27.608138) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-80.431341) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3391] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3391] = new google.maps.InfoWindow({ content: '

Temple Beth Shalom

355 43rd Avenue, Vero Beach, FL 32968, USA
http://www.tbsvero.org
rabbi@tbsvero.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3391], 'click', function() { if (opened) wins[opened].close(); wins[3391].open(map,initiatives[3391]); opened = 3391; }); // INITIATIVE ID #3392 - Temple Beth Shalom Santa Fe --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(35.6724265) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-105.9397275) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3392] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3392] = new google.maps.InfoWindow({ content: '

Temple Beth Shalom Santa Fe

205 E. Barcelona Road, Santa Fe, NM, 87505
http://sftbs.org
admin@sftbs.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3392], 'click', function() { if (opened) wins[opened].close(); wins[3392].open(map,initiatives[3392]); opened = 3392; }); // INITIATIVE ID #3393 - Temple Isaiah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8892724) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.1368411) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3393] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[3393] = new google.maps.InfoWindow({ content: '

Temple Isaiah

945 Risa Road, Lafayette, CA, 94549
http://www.temple-isaiah.org
michaell@temple-isaiah.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3393], 'click', function() { if (opened) wins[opened].close(); wins[3393].open(map,initiatives[3393]); opened = 3393; }); // INITIATIVE ID #3395 - Temple Israel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.7692392) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-84.1895850) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3395] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3395] = new google.maps.InfoWindow({ content: '

Temple Israel

130 Riverside Drive, Dayton, OH, 45405
http://www.tidayton.org
sshaw@tidayton.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3395], 'click', function() { if (opened) wins[opened].close(); wins[3395].open(map,initiatives[3395]); opened = 3395; }); // INITIATIVE ID #3396 - Temple Israel Columbus --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.9772025) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-82.8560479) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3396] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3396] = new google.maps.InfoWindow({ content: '

Temple Israel Columbus

5419 E. Broad St, Columbus, OH, 43213
http://www.templeisrael.org
etenenbaum@templeisrael.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3396], 'click', function() { if (opened) wins[opened].close(); wins[3396].open(map,initiatives[3396]); opened = 3396; }); // INITIATIVE ID #3397 - Temple Sharey Tefilo-Israel --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7535430) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.2507590) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3397] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3397] = new google.maps.InfoWindow({ content: '

Temple Sharey Tefilo-Israel

432 Scotland Road, South Orange, NJ, 07079
Shoch_us@yahoo.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3397], 'click', function() { if (opened) wins[opened].close(); wins[3397].open(map,initiatives[3397]); opened = 3397; }); // INITIATIVE ID #3398 - Temple Sinai Green Committee --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8166132) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2648936) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3398] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Com.png' } }); wins[3398] = new google.maps.InfoWindow({ content: '

Temple Sinai Green Committee

2808 Summit Street, Oakland, CA, 94609
richard.p.hart@gmail.com

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3398], 'click', function() { if (opened) wins[opened].close(); wins[3398].open(map,initiatives[3398]); opened = 3398; }); // INITIATIVE ID #3400 - Teva --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.9400683) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.3473229) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3400] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3400] = new google.maps.InfoWindow({ content: '

Teva

116 Johnson Road, Falls Village, CT, 06031
http://www.hazon.org/teva
yishai.cohen@hazon.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3400], 'click', function() { if (opened) wins[opened].close(); wins[3400].open(map,initiatives[3400]); opened = 3400; }); // skipped initiative with ID 3402 // INITIATIVE ID #3404 - Texas Interfaith Power & Light --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(30.2938390) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-97.7364010) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3404] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Com.png' } }); wins[3404] = new google.maps.InfoWindow({ content: '

Texas Interfaith Power & Light

200 E. 30th St., Austin, TX, 78705
http://htto://www.txipl.org
yaira@texasinterfaith.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Community organizing and policy-making
' }); google.maps.event.addListener(initiatives[3404], 'click', function() { if (opened) wins[opened].close(); wins[3404].open(map,initiatives[3404]); opened = 3404; }); // INITIATIVE ID #3406 - THE ASSOCIATED Sustainability Initiative --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(39.3537427) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-76.6863604) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3406] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Fie.png' } }); wins[3406] = new google.maps.InfoWindow({ content: '

THE ASSOCIATED Sustainability Initiative

5750 Park Heights Ave. , Baltimore, MD, 21215
http://www.associated.org/sustainability
aoshry@associated.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Field building and capacity building
' }); google.maps.event.addListener(initiatives[3406], 'click', function() { if (opened) wins[opened].close(); wins[3406].open(map,initiatives[3406]); opened = 3406; }); // INITIATIVE ID #3407 - The Binah School --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(42.1237102) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-71.1786627) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3407] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3407] = new google.maps.InfoWindow({ content: '

The Binah School

18 Harding Street (location), Sharon, MA, 02067
http://www.thebinahschool.org, www.thebinahschool.org
moshman@thebinahschool.org

Scale of Focus
Regional, National or International, Regional, National or International
Primary Focus
Education, Education
Primary Service
Direct educational programs and experiences, Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3407], 'click', function() { if (opened) wins[opened].close(); wins[3407].open(map,initiatives[3407]); opened = 3407; }); // INITIATIVE ID #3409 - The Shalom Center --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.0471410) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-75.1914740) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3409] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Adv_Rea.png' } }); wins[3409] = new google.maps.InfoWindow({ content: '

The Shalom Center

6711 Lincoln Dr, Philadelphia, PA, 19119
http://www.theshalomcenter.org/
Awaskow@theshalomcenter.org

Scale of Focus
Regional, National or International
Primary Focus
Advocacy / Policy
Primary Service
Ready-made resources
' }); google.maps.event.addListener(initiatives[3409], 'click', function() { if (opened) wins[opened].close(); wins[3409].open(map,initiatives[3409]); opened = 3409; }); // INITIATIVE ID #3411 - The Sholem Community & Sunday School --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.0000000) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.3900000) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3411] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3411] = new google.maps.InfoWindow({ content: '

The Sholem Community & Sunday School

P.O.Box 4508, Culver City, CA, 90231
Julie@sholem.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3411], 'click', function() { if (opened) wins[opened].close(); wins[3411].open(map,initiatives[3411]); opened = 3411; }); // INITIATIVE ID #3412 - The Wynbrandt Farm and Wynbrandt Biodynamic Compost --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.0401391) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.4274689) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3412] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Pro.png' } }); wins[3412] = new google.maps.InfoWindow({ content: '

The Wynbrandt Farm and Wynbrandt Biodynamic Compost

10800 West Pico Boulevard, Los Angeles, CA 90064, USA
http://facebook.com/TheWynbrandtFarm
stevenwynbrandt@hotmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Products for purchase
' }); google.maps.event.addListener(initiatives[3412], 'click', function() { if (opened) wins[opened].close(); wins[3412].open(map,initiatives[3412]); opened = 3412; }); // INITIATIVE ID #6865 - Tikkun HaYam-Scubi Jew --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(27.719007) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-82.6886077) + parseFloat(parseFloat(rand_y) / 6000); initiatives[6865] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[6865] = new google.maps.InfoWindow({ content: '

Tikkun HaYam-Scubi Jew

4200 54th Ave S, St. Petersburg, FL 33711, USA
http://www.repairthesea.org
rabbied@suncoasthillels.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[6865], 'click', function() { if (opened) wins[opened].close(); wins[6865].open(map,initiatives[6865]); opened = 6865; }); // INITIATIVE ID #3414 - TorahTrek --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.073585) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-118.325628) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3414] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Lea.png' } }); wins[3414] = new google.maps.InfoWindow({ content: '

TorahTrek

116 North Arden Boulevard, Los Angeles, CA 90004, USA
http://www.torahtrek.org
info@torahtrek.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3414], 'click', function() { if (opened) wins[opened].close(); wins[3414].open(map,initiatives[3414]); opened = 3414; }); // INITIATIVE ID #3416 - Tree of Life Congregation Green Team --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(34.0543) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-80.9589249) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3416] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Han_Dir.png' } }); wins[3416] = new google.maps.InfoWindow({ content: '

Tree of Life Congregation Green Team

6719 North Trenholm Road, Columbia, SC 29206, USA
http://https://www.tolsc.org/about-us/associations/green-team
earth1818@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3416], 'click', function() { if (opened) wins[opened].close(); wins[3416].open(map,initiatives[3416]); opened = 3416; }); // INITIATIVE ID #3417 - Tribeca Synagogue For The Arts --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.7183811) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.0042295) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3417] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Edu_Dir.png' } }); wins[3417] = new google.maps.InfoWindow({ content: '

Tribeca Synagogue For The Arts

49 White Street, New York, NY 10013, USA
http://www.tribecasynagogue.org
info@tribecasynagogue.org

Scale of Focus
Local Organization or Institution
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3417], 'click', function() { if (opened) wins[opened].close(); wins[3417].open(map,initiatives[3417]); opened = 3417; }); // INITIATIVE ID #3419 - Urban Adamah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8591416) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2899743) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3419] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Com_Lea.png' } }); wins[3419] = new google.maps.InfoWindow({ content: '

Urban Adamah

1050 Parker Street, Berkeley, CA, 94710
http://www.urbanadamah.org
casey@urbanadamah.org

Scale of Focus
Regional, National or International
Primary Focus
Communities of Practice
Primary Service
Leadership training
' }); google.maps.event.addListener(initiatives[3419], 'click', function() { if (opened) wins[opened].close(); wins[3419].open(map,initiatives[3419]); opened = 3419; }); // skipped initiative with ID 3421 // INITIATIVE ID #3422 - URJ Camp Kalsman --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(48.1603780) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.0329280) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3422] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Han_Dir.png' } }); wins[3422] = new google.maps.InfoWindow({ content: '

URJ Camp Kalsman

14724 184th st ne, Arlington, WA, 98223
http://www.kalsman.urjcamps.org
campkalsman@urj.org

Scale of Focus
Regional, National or International
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3422], 'click', function() { if (opened) wins[opened].close(); wins[3422].open(map,initiatives[3422]); opened = 3422; }); // INITIATIVE ID #3423 - URJ Camp Newman--Kibbutz Yarok --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(38.5442390) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.6686900) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3423] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3423] = new google.maps.InfoWindow({ content: '

URJ Camp Newman--Kibbutz Yarok

4088 Porter Creek Road, Santa Rosa, CA, 95404
http://www.campnewman.org
jglass@urj.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3423], 'click', function() { if (opened) wins[opened].close(); wins[3423].open(map,initiatives[3423]); opened = 3423; }); // INITIATIVE ID #3424 - WAYS OF PEACE Community Resources --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(40.6924765) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-73.9908756) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3424] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3424] = new google.maps.InfoWindow({ content: '

WAYS OF PEACE Community Resources

Brooklyn, NY 11202, USA
http://www.waysofpeace.org
contact@waysofpeace.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3424], 'click', function() { if (opened) wins[opened].close(); wins[3424].open(map,initiatives[3424]); opened = 3424; }); // INITIATIVE ID #3426 - West Suburban Temple Har Zion --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.8991981) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-87.8058925) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3426] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Com_Han_Dir.png' } }); wins[3426] = new google.maps.InfoWindow({ content: '

West Suburban Temple Har Zion

West Suburban Temple Har Zion, River Forest, IL, 60305
http://WSTHZ.org
rabbi@wsthz.org

Scale of Focus
Committee or Team within an Institution
Primary Focus
Hands-on Greening
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3426], 'click', function() { if (opened) wins[opened].close(); wins[3426].open(map,initiatives[3426]); opened = 3426; }); // INITIATIVE ID #3427 - Wilderness Torah --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.8822893) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.2698838) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3427] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Reg_Edu_Dir.png' } }); wins[3427] = new google.maps.InfoWindow({ content: '

Wilderness Torah

2095 Rose Street #202, Berkeley, CA 94709, USA
http://www.wildernesstorah.org
info@wildernesstorah.org

Scale of Focus
Regional, National or International
Primary Focus
Education
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3427], 'click', function() { if (opened) wins[opened].close(); wins[3427].open(map,initiatives[3427]); opened = 3427; }); // skipped initiative with ID 3429 // INITIATIVE ID #3430 - Yiddish Farm --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(41.3904537) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-74.3834002) + parseFloat(parseFloat(rand_y) / 6000); initiatives[3430] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[3430] = new google.maps.InfoWindow({ content: '

Yiddish Farm

71 Dzierzek Lane, New Hampton, NY, 10958
http://www.yiddishfarm.org
naftali@yiddishfarm.org

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[3430], 'click', function() { if (opened) wins[opened].close(); wins[3430].open(map,initiatives[3430]); opened = 3430; }); // INITIATIVE ID #6626 - Young Urban Moshav --------------------------- // offset lat/lon so no two markers overlap exactly rand_x = Math.random(); rand_y = Math.random(); var mylat = parseFloat(37.9082626) + parseFloat(parseFloat(rand_x) / 6000); var mylon = parseFloat(-122.3504291) + parseFloat(parseFloat(rand_y) / 6000); initiatives[6626] = new google.maps.Marker({ position: new google.maps.LatLng(mylat,mylon), map: map, title: '', icon: { url: 'https://jewcology.org/wp-content/plugins/jewcology//assets/markers/Ind_Com_Dir.png' } }); wins[6626] = new google.maps.InfoWindow({ content: '

Young Urban Moshav

East Bay Trail, Richmond, CA 94804, USA
greendoula@gmail.com

Scale of Focus
Local Organization or Institution
Primary Focus
Communities of Practice
Primary Service
Direct educational programs and experiences
' }); google.maps.event.addListener(initiatives[6626], 'click', function() { if (opened) wins[opened].close(); wins[6626].open(map,initiatives[6626]); opened = 6626; }); jQuery('.openinitiativewin').live('click', function(){ if (opened) wins[opened].close(); map.setZoom(7); wins[jQuery(this).attr('rel')].open(map,initiatives[jQuery(this).attr('rel')]); opened = jQuery(this).attr('rel'); map.setCenter(initiatives[jQuery(this).attr('rel')].getPosition()); window.scrollTo(0,200); }); //Call this wherever needed to actually handle the display function codeAddress(zipCode) { geocoder = new google.maps.Geocoder(); geocoder.geocode( { 'address': zipCode}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { map.setCenter(results[0].geometry.location); map.setZoom(13); window.scrollTo(0,120); } else { alert("Geocode was not successful for the following reason: " + status); } }); } jQuery('#gozip').live('click',function(){ codeAddress(jQuery('#zip').val()); }); jQuery('#zip').keypress(function(e) { if(e.which == 13) { codeAddress(jQuery('#zip').val()); } }); jQuery('#submit_button').live('click',function(){ // hide all markers jQuery.each(initiatives, function(index, value) { if (!(typeof value === "undefined")) { initiatives[index].setMap(null); jQuery('#initli'+index).hide(); } }); // show selected markers var search_params = { type: 'one', scope: 'two', focus: 'three'}; get_matching_initiatives(); // lives in ajax.js }); }
Would you like to put your initiative on the map?
You can add your initiative after you register for Jewcology »
Zoom to a city and state or zip:

See only initiatives with...

Initiatives Displaying on the Map