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.1013,-75.2123)};var g_eb901025f1ff4d8010f655b42a33210d = new google.maps.Geocoder();g_eb901025f1ff4d8010f655b42a33210d.geocode( { 'address': "1240 Bethlehem Pike, Flourtown, PA 19031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flourtown-PA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('flourtown-PA-td-bank'), mapOptions);}document.getElementById('368c41a9').innerHTML += ' | View Map';var $leb901025f1ff4d8010f655b42a33210d = '

TD Bank

Address: 1240 Bethlehem Pike, Flourtown, PA 19031, USA
Phone: (215) 836-7472
';var m_eb901025f1ff4d8010f655b42a33210d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_eb901025f1ff4d8010f655b42a33210d['infowindow'] = new google.maps.InfoWindow({content: $leb901025f1ff4d8010f655b42a33210d});var infowindow = new google.maps.InfoWindow({content: $leb901025f1ff4d8010f655b42a33210d});google.maps.event.addListener(m_eb901025f1ff4d8010f655b42a33210d, 'click', function() {infowindow.open(map,m_eb901025f1ff4d8010f655b42a33210d);});$marker.push(m_eb901025f1ff4d8010f655b42a33210d);}});}google.maps.event.addDomListener(window, 'load', initialize);