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.6515,-74.3352)};var g_21636ac8bca51d65e342b4203f2d12b1 = new google.maps.Geocoder();g_21636ac8bca51d65e342b4203f2d12b1.geocode( { 'address': "560 North Avenue E, Westfield, NJ 07090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-NJ-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('westfield-NJ-td-bank'), mapOptions);}document.getElementById('0e0cf7f7').innerHTML += ' | View Map';var $l21636ac8bca51d65e342b4203f2d12b1 = '

TD Bank

Address: 560 North Avenue E, Westfield, NJ 07090, USA
Phone: (908) 232-4232
';var m_21636ac8bca51d65e342b4203f2d12b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_21636ac8bca51d65e342b4203f2d12b1['infowindow'] = new google.maps.InfoWindow({content: $l21636ac8bca51d65e342b4203f2d12b1});var infowindow = new google.maps.InfoWindow({content: $l21636ac8bca51d65e342b4203f2d12b1});google.maps.event.addListener(m_21636ac8bca51d65e342b4203f2d12b1, 'click', function() {infowindow.open(map,m_21636ac8bca51d65e342b4203f2d12b1);});$marker.push(m_21636ac8bca51d65e342b4203f2d12b1);}});}google.maps.event.addDomListener(window, 'load', initialize);