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.7514,-74.0509)};var g_aa22e85f69c07a082c15017f43c5ca66 = new google.maps.Geocoder();g_aa22e85f69c07a082c15017f43c5ca66.geocode( { 'address': "95 Christopher Columbus Dr, Jersey City, NJ 07302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jersey-city-NJ-mizuho-trust-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('jersey-city-NJ-mizuho-trust-banking-co'), mapOptions);}document.getElementById('face5fd8').innerHTML += ' | View Map';var $laa22e85f69c07a082c15017f43c5ca66 = '

Mizuho Trust & Banking Co

Address: 95 Christopher Columbus Dr, Jersey City, NJ 07302
Phone: (201) 433-3020
';var m_aa22e85f69c07a082c15017f43c5ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mizuho Trust & Banking Co',});m_aa22e85f69c07a082c15017f43c5ca66['infowindow'] = new google.maps.InfoWindow({content: $laa22e85f69c07a082c15017f43c5ca66});var infowindow = new google.maps.InfoWindow({content: $laa22e85f69c07a082c15017f43c5ca66});google.maps.event.addListener(m_aa22e85f69c07a082c15017f43c5ca66, 'click', function() {infowindow.open(map,m_aa22e85f69c07a082c15017f43c5ca66);});$marker.push(m_aa22e85f69c07a082c15017f43c5ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);