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.785,-73.6232)};var g_988aaaa9bd19c1e0f8043a132bbf1af3 = new google.maps.Geocoder();g_988aaaa9bd19c1e0f8043a132bbf1af3.geocode( { 'address': "425 Glen Cove Rd, Roslyn Heights, NY 11577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roslyn-heights-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('roslyn-heights-NY-chase-mortgage'), mapOptions);}document.getElementById('a7d64d8e').innerHTML += ' | View Map';var $l988aaaa9bd19c1e0f8043a132bbf1af3 = '

Chase Mortgage

Address: 425 Glen Cove Rd, Roslyn Heights, NY 11577, USA
Phone: (516) 218-0505
';var m_988aaaa9bd19c1e0f8043a132bbf1af3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_988aaaa9bd19c1e0f8043a132bbf1af3['infowindow'] = new google.maps.InfoWindow({content: $l988aaaa9bd19c1e0f8043a132bbf1af3});var infowindow = new google.maps.InfoWindow({content: $l988aaaa9bd19c1e0f8043a132bbf1af3});google.maps.event.addListener(m_988aaaa9bd19c1e0f8043a132bbf1af3, 'click', function() {infowindow.open(map,m_988aaaa9bd19c1e0f8043a132bbf1af3);});$marker.push(m_988aaaa9bd19c1e0f8043a132bbf1af3);}});}google.maps.event.addDomListener(window, 'load', initialize);