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.7258,-74.1722)};var g_2f42c6c0cbd43d2eeb657069071b2f9b = new google.maps.Geocoder();g_2f42c6c0cbd43d2eeb657069071b2f9b.geocode( { 'address': "500 Bloomfield Ave, Newark, NJ 07107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NJ-popular-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('newark-NJ-popular-community-bank'), mapOptions);}document.getElementById('db08f855').innerHTML += ' | View Map';var $l2f42c6c0cbd43d2eeb657069071b2f9b = '

Popular Community Bank

Address: 500 Bloomfield Ave, Newark, NJ 07107
Phone: (973) 484-6526
';var m_2f42c6c0cbd43d2eeb657069071b2f9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Popular Community Bank',});m_2f42c6c0cbd43d2eeb657069071b2f9b['infowindow'] = new google.maps.InfoWindow({content: $l2f42c6c0cbd43d2eeb657069071b2f9b});var infowindow = new google.maps.InfoWindow({content: $l2f42c6c0cbd43d2eeb657069071b2f9b});google.maps.event.addListener(m_2f42c6c0cbd43d2eeb657069071b2f9b, 'click', function() {infowindow.open(map,m_2f42c6c0cbd43d2eeb657069071b2f9b);});$marker.push(m_2f42c6c0cbd43d2eeb657069071b2f9b);}});}google.maps.event.addDomListener(window, 'load', initialize);