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(39.8321,-75.0159)};var g_92fd79ada7ac5803c79b9bd287492312 = new google.maps.Geocoder();g_92fd79ada7ac5803c79b9bd287492312.geocode( { 'address': "42 E Laurel Rd, Stratford, NJ 08084"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('stratford-NJ-td-bank'), mapOptions);}document.getElementById('3fdeaaee').innerHTML += ' | View Map';var $l92fd79ada7ac5803c79b9bd287492312 = '

TD Bank

Address: 42 E Laurel Rd, Stratford, NJ 08084
Phone: (856) 346-1238
';var m_92fd79ada7ac5803c79b9bd287492312 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_92fd79ada7ac5803c79b9bd287492312['infowindow'] = new google.maps.InfoWindow({content: $l92fd79ada7ac5803c79b9bd287492312});var infowindow = new google.maps.InfoWindow({content: $l92fd79ada7ac5803c79b9bd287492312});google.maps.event.addListener(m_92fd79ada7ac5803c79b9bd287492312, 'click', function() {infowindow.open(map,m_92fd79ada7ac5803c79b9bd287492312);});$marker.push(m_92fd79ada7ac5803c79b9bd287492312);}});}google.maps.event.addDomListener(window, 'load', initialize);