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_9ab97b7ec354faab7fc7638ae1f2a775 = new google.maps.Geocoder();g_9ab97b7ec354faab7fc7638ae1f2a775.geocode( { 'address': "460 Park Ave, New York, NY 10022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-state-bank-of-india').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-state-bank-of-india'), mapOptions);}document.getElementById('5a3eb256').innerHTML += ' | View Map';var $l9ab97b7ec354faab7fc7638ae1f2a775 = '

State Bank Of India

Address: 460 Park Ave, New York, NY 10022
Phone: (212) 521-3200
';var m_9ab97b7ec354faab7fc7638ae1f2a775 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of India',});m_9ab97b7ec354faab7fc7638ae1f2a775['infowindow'] = new google.maps.InfoWindow({content: $l9ab97b7ec354faab7fc7638ae1f2a775});var infowindow = new google.maps.InfoWindow({content: $l9ab97b7ec354faab7fc7638ae1f2a775});google.maps.event.addListener(m_9ab97b7ec354faab7fc7638ae1f2a775, 'click', function() {infowindow.open(map,m_9ab97b7ec354faab7fc7638ae1f2a775);});$marker.push(m_9ab97b7ec354faab7fc7638ae1f2a775);}});}google.maps.event.addDomListener(window, 'load', initialize);