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.8021,-73.5284)};var g_b4238f7793ec8c1a632f14f2a1766c68 = new google.maps.Geocoder();g_b4238f7793ec8c1a632f14f2a1766c68.geocode( { 'address': "Jericho Turnpike, Jericho, NY 11753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jericho-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('jericho-NY-citibank'), mapOptions);}document.getElementById('0d77d45e').innerHTML += ' | View Map';var $lb4238f7793ec8c1a632f14f2a1766c68 = '

Citibank

Address: Jericho Turnpike, Jericho, NY 11753, USA
Phone: (516) 346-5280
';var m_b4238f7793ec8c1a632f14f2a1766c68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b4238f7793ec8c1a632f14f2a1766c68['infowindow'] = new google.maps.InfoWindow({content: $lb4238f7793ec8c1a632f14f2a1766c68});var infowindow = new google.maps.InfoWindow({content: $lb4238f7793ec8c1a632f14f2a1766c68});google.maps.event.addListener(m_b4238f7793ec8c1a632f14f2a1766c68, 'click', function() {infowindow.open(map,m_b4238f7793ec8c1a632f14f2a1766c68);});$marker.push(m_b4238f7793ec8c1a632f14f2a1766c68);}});}google.maps.event.addDomListener(window, 'load', initialize);