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.7562,-73.5563)};var g_06f74d63c87d3e61ea9f8654aaa2b53c = new google.maps.Geocoder();g_06f74d63c87d3e61ea9f8654aaa2b53c.geocode( { 'address': "1065 Old Country Rd #205a, Westbury, NY 11590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbury-NY-cliffco-mortgage-bankers').style.display = '';map = new google.maps.Map(document.getElementById('westbury-NY-cliffco-mortgage-bankers'), mapOptions);}document.getElementById('92df1e8e').innerHTML += ' | View Map';var $l06f74d63c87d3e61ea9f8654aaa2b53c = '

Cliffco Mortgage Bankers

Address: 1065 Old Country Rd #205a, Westbury, NY 11590, USA
Phone: (516) 408-7300
';var m_06f74d63c87d3e61ea9f8654aaa2b53c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cliffco Mortgage Bankers',});m_06f74d63c87d3e61ea9f8654aaa2b53c['infowindow'] = new google.maps.InfoWindow({content: $l06f74d63c87d3e61ea9f8654aaa2b53c});var infowindow = new google.maps.InfoWindow({content: $l06f74d63c87d3e61ea9f8654aaa2b53c});google.maps.event.addListener(m_06f74d63c87d3e61ea9f8654aaa2b53c, 'click', function() {infowindow.open(map,m_06f74d63c87d3e61ea9f8654aaa2b53c);});$marker.push(m_06f74d63c87d3e61ea9f8654aaa2b53c);}});}google.maps.event.addDomListener(window, 'load', initialize);