var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.7341,-74.2442)};var g_ab5b4b08e05f4ae363141d7690dc1bff = new google.maps.Geocoder();g_ab5b4b08e05f4ae363141d7690dc1bff.geocode( { 'address': "195 Norman Rd, Newark, NJ 07106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NJ-newark-board-of-education-cu').style.display = '';map = new google.maps.Map(document.getElementById('newark-NJ-newark-board-of-education-cu'), mapOptions);}document.getElementById('344a7bf3').innerHTML += ' | View Map';var $lab5b4b08e05f4ae363141d7690dc1bff = '

Newark Board of Education Cu

Address: 195 Norman Rd, Newark, NJ 07106, USA
Phone: (973) 375-9182
';var m_ab5b4b08e05f4ae363141d7690dc1bff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newark Board of Education Cu',});m_ab5b4b08e05f4ae363141d7690dc1bff['infowindow'] = new google.maps.InfoWindow({content: $lab5b4b08e05f4ae363141d7690dc1bff});var infowindow = new google.maps.InfoWindow({content: $lab5b4b08e05f4ae363141d7690dc1bff});google.maps.event.addListener(m_ab5b4b08e05f4ae363141d7690dc1bff, 'click', function() {infowindow.open(map,m_ab5b4b08e05f4ae363141d7690dc1bff);});$marker.push(m_ab5b4b08e05f4ae363141d7690dc1bff);}});}google.maps.event.addDomListener(window, 'load', initialize);