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.5847,-74.4161)};var g_c206a080670345f7c1276472a2c5eb06 = new google.maps.Geocoder();g_c206a080670345f7c1276472a2c5eb06.geocode( { 'address': "2473 Plainfield Ave, South Plainfield, NJ 07080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-plainfield-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-plainfield-NJ-td-bank'), mapOptions);}document.getElementById('999de461').innerHTML += ' | View Map';var $lc206a080670345f7c1276472a2c5eb06 = '

TD Bank

Address: 2473 Plainfield Ave, South Plainfield, NJ 07080, USA
Phone: (908) 561-3275
';var m_c206a080670345f7c1276472a2c5eb06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_c206a080670345f7c1276472a2c5eb06['infowindow'] = new google.maps.InfoWindow({content: $lc206a080670345f7c1276472a2c5eb06});var infowindow = new google.maps.InfoWindow({content: $lc206a080670345f7c1276472a2c5eb06});google.maps.event.addListener(m_c206a080670345f7c1276472a2c5eb06, 'click', function() {infowindow.open(map,m_c206a080670345f7c1276472a2c5eb06);});$marker.push(m_c206a080670345f7c1276472a2c5eb06);}});}google.maps.event.addDomListener(window, 'load', initialize);