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_077faa4c09f286f867b80008b032db36 = new google.maps.Geocoder();g_077faa4c09f286f867b80008b032db36.geocode( { 'address': "1886 Eastchester Rd, Bronx, NY 10461"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronx-NY-chase-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('bronx-NY-chase-bank-closed'), mapOptions);}document.getElementById('22a41be6').innerHTML += ' | View Map';var $l077faa4c09f286f867b80008b032db36 = '

Chase Bank - Closed

Address: 1886 Eastchester Rd, Bronx, NY 10461
Phone: (718) 885-1547
';var m_077faa4c09f286f867b80008b032db36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank - Closed',});m_077faa4c09f286f867b80008b032db36['infowindow'] = new google.maps.InfoWindow({content: $l077faa4c09f286f867b80008b032db36});var infowindow = new google.maps.InfoWindow({content: $l077faa4c09f286f867b80008b032db36});google.maps.event.addListener(m_077faa4c09f286f867b80008b032db36, 'click', function() {infowindow.open(map,m_077faa4c09f286f867b80008b032db36);});$marker.push(m_077faa4c09f286f867b80008b032db36);}});}google.maps.event.addDomListener(window, 'load', initialize);