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.7573,-73.5775)};var g_db693f9b4e8a37d1bbcf35165f0cba34 = new google.maps.Geocoder();g_db693f9b4e8a37d1bbcf35165f0cba34.geocode( { 'address': "400 Post Ave, Westbury, NY 11590"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbury-NY-bank-tanen-bank').style.display = '';map = new google.maps.Map(document.getElementById('westbury-NY-bank-tanen-bank'), mapOptions);}document.getElementById('d6aac740').innerHTML += ' | View Map';var $ldb693f9b4e8a37d1bbcf35165f0cba34 = '

Bank Tanen & Bank

Address: 400 Post Ave, Westbury, NY 11590
Phone: (516) 877-7100
';var m_db693f9b4e8a37d1bbcf35165f0cba34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Tanen & Bank',});m_db693f9b4e8a37d1bbcf35165f0cba34['infowindow'] = new google.maps.InfoWindow({content: $ldb693f9b4e8a37d1bbcf35165f0cba34});var infowindow = new google.maps.InfoWindow({content: $ldb693f9b4e8a37d1bbcf35165f0cba34});google.maps.event.addListener(m_db693f9b4e8a37d1bbcf35165f0cba34, 'click', function() {infowindow.open(map,m_db693f9b4e8a37d1bbcf35165f0cba34);});$marker.push(m_db693f9b4e8a37d1bbcf35165f0cba34);}});}google.maps.event.addDomListener(window, 'load', initialize);