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.6881,-74.4368)};var g_4617e4b27255a30946edb12a68ce139d = new google.maps.Geocoder();g_4617e4b27255a30946edb12a68ce139d.geocode( { 'address': "331 Springfield Ave, Berkeley Heights, NJ 07922, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berkeley-heights-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('berkeley-heights-NJ-td-bank'), mapOptions);}document.getElementById('30c7c924').innerHTML += ' | View Map';var $l4617e4b27255a30946edb12a68ce139d = '

TD Bank

Address: 331 Springfield Ave, Berkeley Heights, NJ 07922, USA
Phone: (908) 790-9605
';var m_4617e4b27255a30946edb12a68ce139d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_4617e4b27255a30946edb12a68ce139d['infowindow'] = new google.maps.InfoWindow({content: $l4617e4b27255a30946edb12a68ce139d});var infowindow = new google.maps.InfoWindow({content: $l4617e4b27255a30946edb12a68ce139d});google.maps.event.addListener(m_4617e4b27255a30946edb12a68ce139d, 'click', function() {infowindow.open(map,m_4617e4b27255a30946edb12a68ce139d);});$marker.push(m_4617e4b27255a30946edb12a68ce139d);}});}google.maps.event.addDomListener(window, 'load', initialize);