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(29.6558,-81.6563)};var g_26acdea756777f3679a00560f972f071 = new google.maps.Geocoder();g_26acdea756777f3679a00560f972f071.geocode( { 'address': "101 Highway, #19 N, Palatka, FL 32177, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatka-FL-john-klopfenstein---td-bank-mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('palatka-FL-john-klopfenstein---td-bank-mortgage-loan-officer'), mapOptions);}document.getElementById('077b3bb0').innerHTML += ' | View Map';var $l26acdea756777f3679a00560f972f071 = '

John Klopfenstein - TD Bank Mortgage Loan Officer

Address: 101 Highway, #19 N, Palatka, FL 32177, USA
Phone: (352) 671-5076
';var m_26acdea756777f3679a00560f972f071 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Klopfenstein - TD Bank Mortgage Loan Officer',});m_26acdea756777f3679a00560f972f071['infowindow'] = new google.maps.InfoWindow({content: $l26acdea756777f3679a00560f972f071});var infowindow = new google.maps.InfoWindow({content: $l26acdea756777f3679a00560f972f071});google.maps.event.addListener(m_26acdea756777f3679a00560f972f071, 'click', function() {infowindow.open(map,m_26acdea756777f3679a00560f972f071);});$marker.push(m_26acdea756777f3679a00560f972f071);}});}google.maps.event.addDomListener(window, 'load', initialize);