var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng()};var g_661aa1a736361fc7fc9a283e4a9fe9ef = new google.maps.Geocoder();g_661aa1a736361fc7fc9a283e4a9fe9ef.geocode( { 'address': "155 Central Ave, East Newark, NJ 07029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-newark-NJ-garden-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-newark-NJ-garden-state-community-bank'), mapOptions);}document.getElementById('175a6a80').innerHTML += ' | View Map';var $l661aa1a736361fc7fc9a283e4a9fe9ef = '

Garden State Community Bank

Address: 155 Central Ave, East Newark, NJ 07029
Phone: (973) 483-8383
';var m_661aa1a736361fc7fc9a283e4a9fe9ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garden State Community Bank',});m_661aa1a736361fc7fc9a283e4a9fe9ef['infowindow'] = new google.maps.InfoWindow({content: $l661aa1a736361fc7fc9a283e4a9fe9ef});var infowindow = new google.maps.InfoWindow({content: $l661aa1a736361fc7fc9a283e4a9fe9ef});google.maps.event.addListener(m_661aa1a736361fc7fc9a283e4a9fe9ef, 'click', function() {infowindow.open(map,m_661aa1a736361fc7fc9a283e4a9fe9ef);});$marker.push(m_661aa1a736361fc7fc9a283e4a9fe9ef);}});}google.maps.event.addDomListener(window, 'load', initialize);