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.8145,-73.0001)};var g_41dc28cfcf25bdb3566eb57b507ac11d = new google.maps.Geocoder();g_41dc28cfcf25bdb3566eb57b507ac11d.geocode( { 'address': "2271 NY-112, Medford, NY 11763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('medford-NY-chase-mortgage'), mapOptions);}document.getElementById('e3b811a0').innerHTML += ' | View Map';var $l41dc28cfcf25bdb3566eb57b507ac11d = '

Chase Mortgage

Address: 2271 NY-112, Medford, NY 11763, USA
Phone: (631) 767-6273
';var m_41dc28cfcf25bdb3566eb57b507ac11d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_41dc28cfcf25bdb3566eb57b507ac11d['infowindow'] = new google.maps.InfoWindow({content: $l41dc28cfcf25bdb3566eb57b507ac11d});var infowindow = new google.maps.InfoWindow({content: $l41dc28cfcf25bdb3566eb57b507ac11d});google.maps.event.addListener(m_41dc28cfcf25bdb3566eb57b507ac11d, 'click', function() {infowindow.open(map,m_41dc28cfcf25bdb3566eb57b507ac11d);});$marker.push(m_41dc28cfcf25bdb3566eb57b507ac11d);}});}google.maps.event.addDomListener(window, 'load', initialize);