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.2096,-74.7536)};var g_a19744e268754fb0148b017647355b7b = new google.maps.Geocoder();g_a19744e268754fb0148b017647355b7b.geocode( { 'address': "637 S Clinton Ave, Trenton, NJ 08611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-housing--mortgage-finance').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-housing--mortgage-finance'), mapOptions);}document.getElementById('14c9fd9b').innerHTML += ' | View Map';var $la19744e268754fb0148b017647355b7b = '

Housing & Mortgage Finance

Address: 637 S Clinton Ave, Trenton, NJ 08611, USA
Phone: (609) 278-7400
';var m_a19744e268754fb0148b017647355b7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Housing & Mortgage Finance',});m_a19744e268754fb0148b017647355b7b['infowindow'] = new google.maps.InfoWindow({content: $la19744e268754fb0148b017647355b7b});var infowindow = new google.maps.InfoWindow({content: $la19744e268754fb0148b017647355b7b});google.maps.event.addListener(m_a19744e268754fb0148b017647355b7b, 'click', function() {infowindow.open(map,m_a19744e268754fb0148b017647355b7b);});$marker.push(m_a19744e268754fb0148b017647355b7b);}});}google.maps.event.addDomListener(window, 'load', initialize);