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.6863,-73.4122)};var g_b268182ba1837c8c79d103af94135f32 = new google.maps.Geocoder();g_b268182ba1837c8c79d103af94135f32.geocode( { 'address': "241 Broadway, Amityville, NY 11701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amityville-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('amityville-NY-citibank'), mapOptions);}document.getElementById('862b801b').innerHTML += ' | View Map';var $lb268182ba1837c8c79d103af94135f32 = '

Citibank

Address: 241 Broadway, Amityville, NY 11701
Phone: (631) 693-5959
';var m_b268182ba1837c8c79d103af94135f32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b268182ba1837c8c79d103af94135f32['infowindow'] = new google.maps.InfoWindow({content: $lb268182ba1837c8c79d103af94135f32});var infowindow = new google.maps.InfoWindow({content: $lb268182ba1837c8c79d103af94135f32});google.maps.event.addListener(m_b268182ba1837c8c79d103af94135f32, 'click', function() {infowindow.open(map,m_b268182ba1837c8c79d103af94135f32);});$marker.push(m_b268182ba1837c8c79d103af94135f32);}});}google.maps.event.addDomListener(window, 'load', initialize);