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.1776,-74.8842)};var g_6508b9695e892c2466bad6b9bf04de8f = new google.maps.Geocoder();g_6508b9695e892c2466bad6b9bf04de8f.geocode( { 'address': "2040 E Lincoln Highway, Langhorne, PA 19047, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('langhorne-PA-daniel-vice---td-bank-mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('langhorne-PA-daniel-vice---td-bank-mortgage-loan-officer'), mapOptions);}document.getElementById('c1e65de7').innerHTML += ' | View Map';var $l6508b9695e892c2466bad6b9bf04de8f = '

Daniel Vice - TD Bank Mortgage Loan Officer

Address: 2040 E Lincoln Highway, Langhorne, PA 19047, United States
Phone: (800) 822-6761
';var m_6508b9695e892c2466bad6b9bf04de8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Daniel Vice - TD Bank Mortgage Loan Officer',});m_6508b9695e892c2466bad6b9bf04de8f['infowindow'] = new google.maps.InfoWindow({content: $l6508b9695e892c2466bad6b9bf04de8f});var infowindow = new google.maps.InfoWindow({content: $l6508b9695e892c2466bad6b9bf04de8f});google.maps.event.addListener(m_6508b9695e892c2466bad6b9bf04de8f, 'click', function() {infowindow.open(map,m_6508b9695e892c2466bad6b9bf04de8f);});$marker.push(m_6508b9695e892c2466bad6b9bf04de8f);}});}google.maps.event.addDomListener(window, 'load', initialize);