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.6955,-73.9927)};var g_13962f26b05bdcb92c542be519a32320 = new google.maps.Geocoder();g_13962f26b05bdcb92c542be519a32320.geocode( { 'address': "64 Court St, Brooklyn, NY 11201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-esquire-bank').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-esquire-bank'), mapOptions);}document.getElementById('f80db782').innerHTML += ' | View Map';var $l13962f26b05bdcb92c542be519a32320 = '

Esquire Bank

Address: 64 Court St, Brooklyn, NY 11201
Phone: (718) 222-5066
';var m_13962f26b05bdcb92c542be519a32320 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Esquire Bank',});m_13962f26b05bdcb92c542be519a32320['infowindow'] = new google.maps.InfoWindow({content: $l13962f26b05bdcb92c542be519a32320});var infowindow = new google.maps.InfoWindow({content: $l13962f26b05bdcb92c542be519a32320});google.maps.event.addListener(m_13962f26b05bdcb92c542be519a32320, 'click', function() {infowindow.open(map,m_13962f26b05bdcb92c542be519a32320);});$marker.push(m_13962f26b05bdcb92c542be519a32320);}});}google.maps.event.addDomListener(window, 'load', initialize);