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.8942,-73.9778)};var g_08ea782d1be0bb7f689e6a5e0c4ab2a2 = new google.maps.Geocoder();g_08ea782d1be0bb7f689e6a5e0c4ab2a2.geocode( { 'address': "89 Engle Street, Englewood, NJ 07631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('englewood-NJ-citibank').style.display = '';map = new google.maps.Map(document.getElementById('englewood-NJ-citibank'), mapOptions);}document.getElementById('2daf25b7').innerHTML += ' | View Map';var $l08ea782d1be0bb7f689e6a5e0c4ab2a2 = '

Citibank

Address: 89 Engle Street, Englewood, NJ 07631
Phone: (201) 399-2941
';var m_08ea782d1be0bb7f689e6a5e0c4ab2a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_08ea782d1be0bb7f689e6a5e0c4ab2a2['infowindow'] = new google.maps.InfoWindow({content: $l08ea782d1be0bb7f689e6a5e0c4ab2a2});var infowindow = new google.maps.InfoWindow({content: $l08ea782d1be0bb7f689e6a5e0c4ab2a2});google.maps.event.addListener(m_08ea782d1be0bb7f689e6a5e0c4ab2a2, 'click', function() {infowindow.open(map,m_08ea782d1be0bb7f689e6a5e0c4ab2a2);});$marker.push(m_08ea782d1be0bb7f689e6a5e0c4ab2a2);}});}google.maps.event.addDomListener(window, 'load', initialize);