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.9227,-74.1086)};var g_166d147cbf8b7b968c471e3b562ea0cd = new google.maps.Geocoder();g_166d147cbf8b7b968c471e3b562ea0cd.geocode( { 'address': "26-01 Pellack Dr, Fair Lawn, NJ 07410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-lawn-NJ-citizens-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('fair-lawn-NJ-citizens-mortgage-corporation'), mapOptions);}document.getElementById('4721b84a').innerHTML += ' | View Map';var $l166d147cbf8b7b968c471e3b562ea0cd = '

Citizens Mortgage Corporation

Address: 26-01 Pellack Dr, Fair Lawn, NJ 07410, USA
Phone: (201) 398-0800
';var m_166d147cbf8b7b968c471e3b562ea0cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Mortgage Corporation',});m_166d147cbf8b7b968c471e3b562ea0cd['infowindow'] = new google.maps.InfoWindow({content: $l166d147cbf8b7b968c471e3b562ea0cd});var infowindow = new google.maps.InfoWindow({content: $l166d147cbf8b7b968c471e3b562ea0cd});google.maps.event.addListener(m_166d147cbf8b7b968c471e3b562ea0cd, 'click', function() {infowindow.open(map,m_166d147cbf8b7b968c471e3b562ea0cd);});$marker.push(m_166d147cbf8b7b968c471e3b562ea0cd);}});}google.maps.event.addDomListener(window, 'load', initialize);