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.4467,-74.489)};var g_9d47b7e0633cd02a2673a0f9bdd86006 = new google.maps.Geocoder();g_9d47b7e0633cd02a2673a0f9bdd86006.geocode( { 'address': "2201 Us Highway 1 S, North Brunswick, NJ 08902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-brunswick-NJ-united-teletech-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-brunswick-NJ-united-teletech-financial-federal-credit-union'), mapOptions);}document.getElementById('49a6ca14').innerHTML += ' | View Map';var $l9d47b7e0633cd02a2673a0f9bdd86006 = '

United Teletech Financial Federal Credit Union

Address: 2201 Us Highway 1 S, North Brunswick, NJ 08902
Phone: (732) 530-8100
';var m_9d47b7e0633cd02a2673a0f9bdd86006 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Teletech Financial Federal Credit Union',});m_9d47b7e0633cd02a2673a0f9bdd86006['infowindow'] = new google.maps.InfoWindow({content: $l9d47b7e0633cd02a2673a0f9bdd86006});var infowindow = new google.maps.InfoWindow({content: $l9d47b7e0633cd02a2673a0f9bdd86006});google.maps.event.addListener(m_9d47b7e0633cd02a2673a0f9bdd86006, 'click', function() {infowindow.open(map,m_9d47b7e0633cd02a2673a0f9bdd86006);});$marker.push(m_9d47b7e0633cd02a2673a0f9bdd86006);}});}google.maps.event.addDomListener(window, 'load', initialize);