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.2555,-74.6791)};var g_fbf1684f5d32a9ffbaa76079eace914e = new google.maps.Geocoder();g_fbf1684f5d32a9ffbaa76079eace914e.geocode( { 'address': "3535 Quakerbridge Rd # 600, Trenton, NJ 08619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-hamilton-horizons-fcu').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-hamilton-horizons-fcu'), mapOptions);}document.getElementById('13338d23').innerHTML += ' | View Map';var $lfbf1684f5d32a9ffbaa76079eace914e = '

Hamilton Horizons FCU

Address: 3535 Quakerbridge Rd # 600, Trenton, NJ 08619, USA
Phone: (609) 631-4300
';var m_fbf1684f5d32a9ffbaa76079eace914e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Horizons FCU',});m_fbf1684f5d32a9ffbaa76079eace914e['infowindow'] = new google.maps.InfoWindow({content: $lfbf1684f5d32a9ffbaa76079eace914e});var infowindow = new google.maps.InfoWindow({content: $lfbf1684f5d32a9ffbaa76079eace914e});google.maps.event.addListener(m_fbf1684f5d32a9ffbaa76079eace914e, 'click', function() {infowindow.open(map,m_fbf1684f5d32a9ffbaa76079eace914e);});$marker.push(m_fbf1684f5d32a9ffbaa76079eace914e);}});}google.maps.event.addDomListener(window, 'load', initialize);