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.7786,-73.2465)};var g_ca48283874cd5542e06686e946d854fc = new google.maps.Geocoder();g_ca48283874cd5542e06686e946d854fc.geocode( { 'address': "1800 Brentwood Rd, Brentwood, NY 11717, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brentwood-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('brentwood-NY-chase-mortgage'), mapOptions);}document.getElementById('8759dbb9').innerHTML += ' | View Map';var $lca48283874cd5542e06686e946d854fc = '

Chase Mortgage

Address: 1800 Brentwood Rd, Brentwood, NY 11717, USA
Phone: (631) 231-5201
';var m_ca48283874cd5542e06686e946d854fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_ca48283874cd5542e06686e946d854fc['infowindow'] = new google.maps.InfoWindow({content: $lca48283874cd5542e06686e946d854fc});var infowindow = new google.maps.InfoWindow({content: $lca48283874cd5542e06686e946d854fc});google.maps.event.addListener(m_ca48283874cd5542e06686e946d854fc, 'click', function() {infowindow.open(map,m_ca48283874cd5542e06686e946d854fc);});$marker.push(m_ca48283874cd5542e06686e946d854fc);}});}google.maps.event.addDomListener(window, 'load', initialize);