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()};var g_2a2f98d3597419498e4d734d8c2dd106 = new google.maps.Geocoder();g_2a2f98d3597419498e4d734d8c2dd106.geocode( { 'address': "1150 Old Country Road, South Westbury, NY 11590"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-westbury-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('south-westbury-NY-citibank'), mapOptions);}document.getElementById('e5d74b67').innerHTML += ' | View Map';var $l2a2f98d3597419498e4d734d8c2dd106 = '

Citibank

Address: 1150 Old Country Road, South Westbury, NY 11590
Phone: (516) 874-0321
';var m_2a2f98d3597419498e4d734d8c2dd106 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_2a2f98d3597419498e4d734d8c2dd106['infowindow'] = new google.maps.InfoWindow({content: $l2a2f98d3597419498e4d734d8c2dd106});var infowindow = new google.maps.InfoWindow({content: $l2a2f98d3597419498e4d734d8c2dd106});google.maps.event.addListener(m_2a2f98d3597419498e4d734d8c2dd106, 'click', function() {infowindow.open(map,m_2a2f98d3597419498e4d734d8c2dd106);});$marker.push(m_2a2f98d3597419498e4d734d8c2dd106);}});}google.maps.event.addDomListener(window, 'load', initialize);