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.745,-74.1523)};var g_364b2668706beedad803dac796cc0075 = new google.maps.Geocoder();g_364b2668706beedad803dac796cc0075.geocode( { 'address': "410 Bergen St, Harrison, NJ 07029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrison-NJ-garden-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('harrison-NJ-garden-state-community-bank'), mapOptions);}document.getElementById('61df92c3').innerHTML += ' | View Map';var $l364b2668706beedad803dac796cc0075 = '

Garden State Community Bank

Address: 410 Bergen St, Harrison, NJ 07029
Phone: (973) 481-1506
';var m_364b2668706beedad803dac796cc0075 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garden State Community Bank',});m_364b2668706beedad803dac796cc0075['infowindow'] = new google.maps.InfoWindow({content: $l364b2668706beedad803dac796cc0075});var infowindow = new google.maps.InfoWindow({content: $l364b2668706beedad803dac796cc0075});google.maps.event.addListener(m_364b2668706beedad803dac796cc0075, 'click', function() {infowindow.open(map,m_364b2668706beedad803dac796cc0075);});$marker.push(m_364b2668706beedad803dac796cc0075);}});}google.maps.event.addDomListener(window, 'load', initialize);