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.2435,-74.2774)};var g_fe162d10f4c9287841a5ddb4078e2a1b = new google.maps.Geocoder();g_fe162d10f4c9287841a5ddb4078e2a1b.geocode( { 'address': "101 Barkalow Ave, Freehold, NJ 07728"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freehold-NJ-new-york-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('freehold-NJ-new-york-community-bank'), mapOptions);}document.getElementById('9e46b7bf').innerHTML += ' | View Map';var $lfe162d10f4c9287841a5ddb4078e2a1b = '

New York Community Bank

Address: 101 Barkalow Ave, Freehold, NJ 07728
Phone: (732) 761-8315
';var m_fe162d10f4c9287841a5ddb4078e2a1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New York Community Bank',});m_fe162d10f4c9287841a5ddb4078e2a1b['infowindow'] = new google.maps.InfoWindow({content: $lfe162d10f4c9287841a5ddb4078e2a1b});var infowindow = new google.maps.InfoWindow({content: $lfe162d10f4c9287841a5ddb4078e2a1b});google.maps.event.addListener(m_fe162d10f4c9287841a5ddb4078e2a1b, 'click', function() {infowindow.open(map,m_fe162d10f4c9287841a5ddb4078e2a1b);});$marker.push(m_fe162d10f4c9287841a5ddb4078e2a1b);}});}google.maps.event.addDomListener(window, 'load', initialize);