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.8202,-73.9202)};var g_fdc6dbc601a35260511baa6fe53dcddf = new google.maps.Geocoder();g_fdc6dbc601a35260511baa6fe53dcddf.geocode( { 'address': "590 E 187th St, Bronx, NY 10458"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronx-NY-north-east-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('bronx-NY-north-east-community-bank'), mapOptions);}document.getElementById('b7aba911').innerHTML += ' | View Map';var $lfdc6dbc601a35260511baa6fe53dcddf = '

North East Community Bank

Address: 590 E 187th St, Bronx, NY 10458
Phone: (718) 584-7400
';var m_fdc6dbc601a35260511baa6fe53dcddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North East Community Bank',});m_fdc6dbc601a35260511baa6fe53dcddf['infowindow'] = new google.maps.InfoWindow({content: $lfdc6dbc601a35260511baa6fe53dcddf});var infowindow = new google.maps.InfoWindow({content: $lfdc6dbc601a35260511baa6fe53dcddf});google.maps.event.addListener(m_fdc6dbc601a35260511baa6fe53dcddf, 'click', function() {infowindow.open(map,m_fdc6dbc601a35260511baa6fe53dcddf);});$marker.push(m_fdc6dbc601a35260511baa6fe53dcddf);}});}google.maps.event.addDomListener(window, 'load', initialize);