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(41.1378,-73.9912)};var g_a9450d1f259dd21bbb29d650e75d6b8e = new google.maps.Geocoder();g_a9450d1f259dd21bbb29d650e75d6b8e.geocode( { 'address': "275 S Main St, New City, NY 10956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-francisco-ippoliti---td-bank-mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-francisco-ippoliti---td-bank-mortgage-loan-officer'), mapOptions);}document.getElementById('9a6291d5').innerHTML += ' | View Map';var $la9450d1f259dd21bbb29d650e75d6b8e = '

Francisco Ippoliti - TD Bank Mortgage Loan Officer

Address: 275 S Main St, New City, NY 10956, USA
Phone: (800) 822-6761
';var m_a9450d1f259dd21bbb29d650e75d6b8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Francisco Ippoliti - TD Bank Mortgage Loan Officer',});m_a9450d1f259dd21bbb29d650e75d6b8e['infowindow'] = new google.maps.InfoWindow({content: $la9450d1f259dd21bbb29d650e75d6b8e});var infowindow = new google.maps.InfoWindow({content: $la9450d1f259dd21bbb29d650e75d6b8e});google.maps.event.addListener(m_a9450d1f259dd21bbb29d650e75d6b8e, 'click', function() {infowindow.open(map,m_a9450d1f259dd21bbb29d650e75d6b8e);});$marker.push(m_a9450d1f259dd21bbb29d650e75d6b8e);}});}google.maps.event.addDomListener(window, 'load', initialize);