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(41.1743,-73.8459)};var g_5e78602683022b98ac7fa53d30f93558 = new google.maps.Geocoder();g_5e78602683022b98ac7fa53d30f93558.geocode( { 'address': "22 Pleasantville Road, Ossining, NY 10562"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ossining-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('ossining-NY-citibank'), mapOptions);}document.getElementById('10aaf09b').innerHTML += ' | View Map';var $l5e78602683022b98ac7fa53d30f93558 = '

Citibank

Address: 22 Pleasantville Road, Ossining, NY 10562
Phone: (914) 236-7265
';var m_5e78602683022b98ac7fa53d30f93558 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_5e78602683022b98ac7fa53d30f93558['infowindow'] = new google.maps.InfoWindow({content: $l5e78602683022b98ac7fa53d30f93558});var infowindow = new google.maps.InfoWindow({content: $l5e78602683022b98ac7fa53d30f93558});google.maps.event.addListener(m_5e78602683022b98ac7fa53d30f93558, 'click', function() {infowindow.open(map,m_5e78602683022b98ac7fa53d30f93558);});$marker.push(m_5e78602683022b98ac7fa53d30f93558);}});}google.maps.event.addDomListener(window, 'load', initialize);