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.752,-73.9945)};var g_901797aebf0b23ecbab534d61ad33bb1 = new google.maps.Geocoder();g_901797aebf0b23ecbab534d61ad33bb1.geocode( { 'address': "233 Broadway, New York, NY 10279"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-esquire-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-esquire-bank'), mapOptions);}document.getElementById('04d9c627').innerHTML += ' | View Map';var $l901797aebf0b23ecbab534d61ad33bb1 = '

Esquire Bank

Address: 233 Broadway, New York, NY 10279
Phone: (212) 227-0891
';var m_901797aebf0b23ecbab534d61ad33bb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Esquire Bank',});m_901797aebf0b23ecbab534d61ad33bb1['infowindow'] = new google.maps.InfoWindow({content: $l901797aebf0b23ecbab534d61ad33bb1});var infowindow = new google.maps.InfoWindow({content: $l901797aebf0b23ecbab534d61ad33bb1});google.maps.event.addListener(m_901797aebf0b23ecbab534d61ad33bb1, 'click', function() {infowindow.open(map,m_901797aebf0b23ecbab534d61ad33bb1);});$marker.push(m_901797aebf0b23ecbab534d61ad33bb1);}});}google.maps.event.addDomListener(window, 'load', initialize);