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.7166,-74.3231)};var g_b112ca4087d668785e947a57493d1740 = new google.maps.Geocoder();g_b112ca4087d668785e947a57493d1740.geocode( { 'address': "540 Morris Ave, Springfield Township, NJ 07081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-township-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-township-NJ-td-bank'), mapOptions);}document.getElementById('b33bec83').innerHTML += ' | View Map';var $lb112ca4087d668785e947a57493d1740 = '

TD Bank

Address: 540 Morris Ave, Springfield Township, NJ 07081, USA
Phone: (973) 564-5437
';var m_b112ca4087d668785e947a57493d1740 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_b112ca4087d668785e947a57493d1740['infowindow'] = new google.maps.InfoWindow({content: $lb112ca4087d668785e947a57493d1740});var infowindow = new google.maps.InfoWindow({content: $lb112ca4087d668785e947a57493d1740});google.maps.event.addListener(m_b112ca4087d668785e947a57493d1740, 'click', function() {infowindow.open(map,m_b112ca4087d668785e947a57493d1740);});$marker.push(m_b112ca4087d668785e947a57493d1740);}});}google.maps.event.addDomListener(window, 'load', initialize);