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.8824,-73.254)};var g_496ad1139911eeb014d31dce575faa61 = new google.maps.Geocoder();g_496ad1139911eeb014d31dce575faa61.geocode( { 'address': "38 Indian Head Rd, Kings Park, NY 11754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kings-park-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('kings-park-NY-chase-mortgage'), mapOptions);}document.getElementById('bb600e34').innerHTML += ' | View Map';var $l496ad1139911eeb014d31dce575faa61 = '

Chase Mortgage

Address: 38 Indian Head Rd, Kings Park, NY 11754, USA
Phone: (631) 375-9193
';var m_496ad1139911eeb014d31dce575faa61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_496ad1139911eeb014d31dce575faa61['infowindow'] = new google.maps.InfoWindow({content: $l496ad1139911eeb014d31dce575faa61});var infowindow = new google.maps.InfoWindow({content: $l496ad1139911eeb014d31dce575faa61});google.maps.event.addListener(m_496ad1139911eeb014d31dce575faa61, 'click', function() {infowindow.open(map,m_496ad1139911eeb014d31dce575faa61);});$marker.push(m_496ad1139911eeb014d31dce575faa61);}});}google.maps.event.addDomListener(window, 'load', initialize);