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.2435,-74.2774)};var g_1e14bfe2714193e7af5abc64ecbd6b46 = new google.maps.Geocoder();g_1e14bfe2714193e7af5abc64ecbd6b46.geocode( { 'address': "68 W Main St, Freehold, NJ 07728"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freehold-NJ-freehold-savings-and-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('freehold-NJ-freehold-savings-and-loan-association'), mapOptions);}document.getElementById('a1508790').innerHTML += ' | View Map';var $l1e14bfe2714193e7af5abc64ecbd6b46 = '

Freehold Savings and Loan Association

Address: 68 W Main St, Freehold, NJ 07728
Phone: (732) 462-6700
';var m_1e14bfe2714193e7af5abc64ecbd6b46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freehold Savings and Loan Association',});m_1e14bfe2714193e7af5abc64ecbd6b46['infowindow'] = new google.maps.InfoWindow({content: $l1e14bfe2714193e7af5abc64ecbd6b46});var infowindow = new google.maps.InfoWindow({content: $l1e14bfe2714193e7af5abc64ecbd6b46});google.maps.event.addListener(m_1e14bfe2714193e7af5abc64ecbd6b46, 'click', function() {infowindow.open(map,m_1e14bfe2714193e7af5abc64ecbd6b46);});$marker.push(m_1e14bfe2714193e7af5abc64ecbd6b46);}});}google.maps.event.addDomListener(window, 'load', initialize);